Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 1,642 for

pdf output formatting

(1.53 sec)
  1. Listening to conversion process events | GroupDocs

    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/
  2. Migration Notes | GroupDocs

    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/
  3. Verify Digital signatures in image | GroupDocs

    This topic explains how to verify digital signatures embedded in images using steganography (LSB technique) with GroupDocs.Signature API....accuracy Format Support : Works with PNG and JPG image formats Probability...(same as signing) Supported Formats ✅ PNG - Fully supported ✅ JPG/JPEG...

    docs.groupdocs.com/signature/net/verify-digital...
  4. Change page orientation | GroupDocs

    Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for Python via .NET....pdf" ) as merger : # Set pages 1...orientations merger . save ( "./output.pdf" ) if __name__ == "__main__"...

    docs.groupdocs.com/merger/python-net/change-pag...
  5. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Signature for Java...search with any supported file format. Document signature options...signConfig . setOutputPath ( "C:\\Output" ); // instantiating the conversion...

    docs.groupdocs.com/signature/java/migration-notes/
  6. Convert documents for RAG pipelines | GroupDocs

    Prepare Pdf, Word, and Excel documents as Markdown for retrieval-augmented generation with LLMs...in a clean, structured text format for chunking and embedding...easy to parse. flowchart LR A["PDF / DOCX / XLSX"] B["GroupDocs...

    docs.groupdocs.com/markdown/python-net/convert-...
  7. DocProperties in content control not converting...

    Hello GroupDocs Support Team, I have this problem, when converting a word document to Pdf. The document contains content controls (developer tools in word) and I have some custom document properties in those. After the …...converting a word document to pdf. The document contains content...Word content controls – it outputs the raw field code (e.g., «DocProperty...

    forum.groupdocs.com/t/docproperties-in-content-...
  8. 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/
  9. 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...
  10. Install GroupDocs.Parser for Python via .NET | ...

    Install using PyPI All Python packages are hosted at PyPI. You can easily reference GroupDocs.Parser for Python via .NET API directly in your Python project by installing it with the following command. pip install groupdocs-parser-net Download Package from Official Website To download the GroupDocs.Parser package for your operating system, please visit the official GroupDocs Releases website. Currently, OS-specific packages are available for different platforms: Windows 64-bit: Package name ends with amd64....whl Expected output: Processing groupdocs_parser_net-24...class with Parser ( "./sample.pdf" ) as parser : # Extract text...

    docs.groupdocs.com/parser/python-net/installation/