Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 1,742 for

pdf output formatting

(0.03 sec)
  1. 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/
  2. Adding text watermarks | GroupDocs

    Add text watermarks to pages, worksheets, slides, or frames — with sizing, positioning, rotation, margins, and custom fonts — using GroupDocs.Watermark for Python via .NET....pdf" ) as watermarker : watermark...) watermarker . save ( "./output.pdf" ) if __name__ == "__main__"...

    docs.groupdocs.com/watermark/python-net/adding-...
  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. Document page builder - how to merge particular...

    Merge specific pages from multiple documents using API with GroupDocs.Merger. Create tailored, unified documents effortlessly.... The final output will be a fully customized...ensuring precision in the final output. Sample case and code implementation...

    blog.groupdocs.com/merger/page-builder-how-to-m...
  5. 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-...
  6. 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-...
  7. 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/
  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. 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 | 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/