Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 1,790 for

numbers

(0.09 sec)
  1. รวมเอกสาร Word โดยใช้ C# | เข้าร่วมเพจทั้งหมดหร...

    วิธี C# ในการรวมเอกสาร Word สองไฟล์ขึ้นไปเป็นไฟล์เดียว รวมเฉพาะหน้าที่เลือกของไฟล์ Word หลายไฟล์ภายในแอปพลิเคชัน .NET ของคุณ...the starting and ending page number // รวมเอกสาร merger.Join("document_to_merge... 6 })); // Specifying page number(s) merger.Save("output_document...

    blog.groupdocs.com/th/merger/merge-word-files-u...
  2. Об’єднання документів Word за допомогою C# | Пр...

    C# спосіб об’єднати два або більше документів Word в один файл. Об’єднайте лише вибрані сторінки кількох файлів Word у своїй програмі .NET....the starting and ending page number // Об’єднайте документи merger... 6 })); // Specifying page number(s) merger.Save("output_document...

    blog.groupdocs.com/uk/merger/merge-word-files-u...
  3. Working with EXIF metadata | GroupDocs

    Access, read, update, and remove EXIF metadata using GroupDocs.Metadata for Python via .NET.... body_serial_number ) print ( root . exif_package...exif_ifd_package . body_serial_number = "test" root . exif_package...

    docs.groupdocs.com/metadata/python-net/working-...
  4. High Memory Usage when Generating Large PDF wit...

    We are using Aspose.PDF for .NET (v25.4.0) in a .NET 8.0 application to generate large PDF reports that contain a significant number of images (400+), along with text content. While generating the report, we observed th…...that contain a significant number of images (400+), along with...

    forum.groupdocs.com/t/high-memory-usage-when-ge...
  5. Manipulate Document's Password Using GroupDocs....

    Team GroupDocs is really glad to announce the release of version 17.04 of GroupDocs.Signature for .NET API. A number of new features have been introduced in this release. GroupDocs.Signature for .NET API now allows its users to manipulate a document’s password and implements various options in this regard. A user can now protect a signed document with a password, remove password from a protected document and change the password of a document etc.... A number of new features have been introduced...

    blog.groupdocs.com/signature/manipulate-documen...
  6. GroupDocs.Comparison Overview | GroupDocs

    In this article, get acquainted with the features, functions, supported file formats and developer usage of GroupDocs.Comparison for .NET — API to compare two or more files and get the difference between them....Information extraction - file type, number of pages, etc.; Classification...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  7. How to Convert Text to PDF in Java

    This short tutorial explains the thorough instructions to convert Text to PDF in Java and learn how to write a Java program to convert Text file into PDF....converted PDF file by defining a number of parameters. You can also...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. How to Convert DOCX to SVG using Java

    This article includes instructions on how to convert DOCX to SVG using Java, as well as sample code that illustrates the procedure to transform DOCX to SVG in Java....These instructions work with a number of popular operating systems...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. How to Insert Area Annotation to PDF using Java

    This topic demonstrates how to insert area annotation to PDF using Java. It also provides all instructions and a code example to add area annotation to PDF in Java.... position, page number, etc. Call Annotator.add method...

    kb.groupdocs.com/annotation/java/how-to-insert-...
  10. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so....“maxSpots” defines the maximal number of spots, which is random,...the document with the custom number and size of noise effects var...

    docs.groupdocs.com/redaction/net/use-advanced-r...