Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 1,712 for

pdf output formatting

(0.17 sec)
  1. 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-...
  2. Add image annotation | GroupDocs

    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...
  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. Convert files to various formats | GroupDocs

    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/
  5. 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...
  6. 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/
  7. Generate document page preview | GroupDocs

    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...
  8. 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...
  9. 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/
  10. 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-...