Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 136 for

loadoptions filetype

(1.41 sec)
  1. GroupDocs.Comparison for Python 26.5 – Major AP...

    GroupDocs.Comparison for Python 26.5 brings a pure-Python wrapper, AGENTS.md, console CLI, and extensive API enhancements — now on PyPI....result import ComparisonAction, FileType, Rectangle New Color class...SaveOptions(password = "secret" ) load = LoadOptions(password = "open-sesame"...

    blog.groupdocs.com/comparison/groupdocs-compari...
  2. Agents and LLM Integration | GroupDocs

    GroupDocs.Viewer for Python via .NET is AI agent and LLM friendly — machine-readable documentation, an MCP server, AGENTS.md shipped inside the pip package, and runnable code examples for AI-driven document pipelines....viewer import License , FileType , Viewer , ViewerSettings...format-specific rendering tweaks LoadOptions , ArchiveOptions , CadOptions...

    docs.groupdocs.com/viewer/python-net/agents-and...
  3. Add watermarks to PDF documents | GroupDocs

    The watermarking Java API allows you to add watermarks to PDF documents. Adding watermarks to a particular page or adding watermarks on all images or attachments of a particular page is possible....PdfAddWatermarks PdfLoadOptions loadOptions = new PdfLoadOptions ();...Watermarker ( "document.pdf" , loadOptions ); // Add text watermark...

    docs.groupdocs.com/watermark/java/add-watermark...
  4. Render archives as HTML, PDF, and image files |...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to display a list of archive content in HTML, PDF, PNG, and JPEG formats and to extract arbitrary file from archive....inputArchivePath ); LoadOptions loadOptions = new LoadOptions (); loadOptions...Viewer ( inputArchiveStream , loadOptions )) { // view it } VB.NET...

    docs.groupdocs.com/viewer/net/render-archive-fi...
  5. How to merge images to PDF using C# | GroupDocs

    Learn how to merge images to PDF file, combine images into one PDF file programmatically in C# language using GroupDocs.Merger for .NET library....jpeg" , new LoadOptions ( FileType . PDF ))) { // Add...

    docs.groupdocs.com/merger/net/getting-started/u...
  6. How to merge images to PDF using Java | GroupDocs

    Learn how to merge images to PDF file, combine images into one PDF file programmatically in Java language using GroupDocs.Merger for Java library....jpeg" , new LoadOptions ( FileType . PDF )) { // Add another...

    docs.groupdocs.com/merger/java/getting-started/...
  7. Render text documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer Java API to convert text files to HTML, PDF, PNG, and JPEG formats....LoadOptions ; // ... // Specify the file...encoding. LoadOptions loadOptions = new LoadOptions ( FileType . MD...

    docs.groupdocs.com/viewer/java/render-text-files/
  8. Render text documents as HTML, PDF, and image f...

    Convert text files to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API. Learn how to render various file formats....viewer import Viewer , FileType from groupdocs.viewer.options...options import LoadOptions , PdfViewOptions def render_text_with_load_options...

    docs.groupdocs.com/viewer/python-net/render-tex...
  9. Migration notes | GroupDocs

    Why to migrate Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for .NET since version 19.5: The Watermarker class is introduced as a single entry point to manage watermarks in the document (instead of Document class from previous versions). Adding watermarks was unified for all supported document formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document information and preview generation procedures were simplified....New API DiagramLoadOptions loadOptions = new DiagramLoadOptions...Watermarker ( @"C:\diagram.vsdx" , loadOptions )) { // watermarking goes...

    docs.groupdocs.com/watermark/net/migration-notes/
  10. Agents and LLM Integration | GroupDocs

    GroupDocs.Merger for Python via .NET is AI agent and LLM friendly — machine-readable documentation, an MCP server, AGENTS.md shipped inside the pip package, and runnable code examples for AI-driven document assembly pipelines....domain import FileType from groupdocs.merger.domain...# Load / save / preview LoadOptions , SaveOptions , PdfSaveOptions...

    docs.groupdocs.com/merger/python-net/agents-and...