Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 1,134 for

pdf output formatting

(0.05 sec)
  1. Convert files to various formats | Documentation

    This page explains how to convert a file to Pdf, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of С# code....files Convert files to various formats Leave feedback Note Try online...some source format to various ranges of target formats. The conversion...

    docs.groupdocs.com/conversion/net/convert/
  2. Search for embedded and encrypted objects in Me...

     This section explains how to search for embedded electronic signatures into the document metadata with GroupDocs.Signature API. Also this topic shows the way to customize data serialization, encryption and class definition with ability to embed it into the metadata electronic signature....Signature uses embedded json format serialization but allows user...serialization like JSon or custom data format /// </summary> class CustomSerializationA...

    docs.groupdocs.com/signature/net/search-embed-n...
  3. Convert images with optical character recogniti...

    In this article, you will learn how to convert an image file to text or Pdf using OCR with GroupDocs.Conversion for .NET....About image file formats An image file format is a standard method...into vector image formats and raster image formats. 3D Images are...

    docs.groupdocs.com/conversion/net/convert/image...
  4. Set Target File Format using GroupDocs.Assembly...

    We are excitedly announcing a new feature in the monthly release of GroupDocs.Assembly for Java 18.9. Using the latest version, you can now change the target file format of an assembled document using file extension or explicit specification. You can change the target file format when assembling Word Processing, Spreadsheet, Presentation, Email and Text file formats. We recommend you to install the latest version of the API for a better user experience....now change the target file format of an assembled document using...can change the target file format when assembling Word Processing...

    blog.groupdocs.com/assembly/set-target-file-for...
  5. How to work with Metadata tags

    Explain how to work with Metadata tags...metadata across various file formats can be challenging. GroupDocs...regardless of the document’s format or metadata standard. Each...

    blog.groupdocs.com/metadata/how-to-work-with-tag/
  6. Add image annotation | Documentation

    The page describes how to add image annotation to a document using GroupDocs.Annotation for Java....(present in all supported formats, examples of it you can see...Call the method. Specify the output document path or stream. The...

    docs.groupdocs.com/annotation/java/add-image-an...
  7. Migration Notes | Documentation

    How to migrate from earlier versions of GroupDocs.Signature for .NET...search with any supported file format. Document signature options...OutputPath = @"c:\Aspose\Test\Output" }; // instantiating the signature...

    docs.groupdocs.com/signature/net/migration-notes/
  8. Generate document page preview | Documentation

    The page describes how to generate Pdf, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Annotation for .NET API....desired page numbers, image format, etc. To generate a document... specify the image preview format - PNG / JPG / BMP, c. specify...

    docs.groupdocs.com/annotation/net/generate-docu...
  9. Change Target File Format using GroupDocs.Assem...

    We are delighted to announce a powerful new feature in the monthly release of GroupDocs.Assembly for .NET 18.9. Using the latest version, you can now change the target file format of an assembled document using file extension or explicit specification. You can change the target file format when assembling Word Processing, Spreadsheet, Presentation, Email and Text file formats. We recommend you to install and use the latest version of the API....now change the target file format of an assembled document using...can change the target file format when assembling Word Processing...

    blog.groupdocs.com/assembly/change-target-file-...
  10. Listening to conversion process events | Docume...

    Follow this guide and learn how to track conversion process by subscribing to specific events of GroupDocs.Conversion for Java API....converter = new Converter ( "formatting.docx" , () -> settingsFactory...converter . convert ( "converted.pdf" , options ); } } public static...

    docs.groupdocs.com/conversion/java/listening/