Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 4,437 for

document assembly

(2.8 sec)
  1. Composing signature with texture brush backgrou...

     This article explains how to fill signature background with texture brush...Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/composing-sig...
  2. Saving documents | GroupDocs

    Saving a Document with method Save(), GroupDocs.Watermark puts it in the same folder as the original file, rewriting original. If you need to save the Document to any custom location, you’ll have to use Save(string) method or Save(Stream) of Watermarker class. You can see examples of Save methods in one of these guides: Save Document to the same file or stream Save Document to the specified location Save Document to the specified stream...Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/net/saving-documents/
  3. Convert documents for RAG pipelines | GroupDocs

    Prepare PDF, Word, and Excel Documents as Markdown for retrieval-augmented generation with LLMs...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Markdown / GroupDocs...

    docs.groupdocs.com/markdown/python-net/convert-...
  4. Basic Usage | GroupDocs

    Quick Start section for GroupDocs.Metadata API Manage metadata in your Documents fast and easy with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when Documents are stored in a local drive and you want to manage them using GroupDocs.Metadata API....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/basic-usage/
  5. Rotate pages | GroupDocs

    This article explains how to rotate PDF, HTML or Image pages when rendering Documents with GroupDocs.Viewer within your .NET applications....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/flip-or-rotate-pa...
  6. GroupDocs.Comparison for .NET 25.9 – Latest Upd...

    Explore what’s new in GroupDocs.Comparison for .NET 25.9. Available now on NuGet and GroupDocs website....[Fix] License issue with Email document comparison output. (COMPARISONNET-4512)...Improved accuracy of email document comparison results. (COMPARISONNET-4513)...

    blog.groupdocs.com/comparison/groupdocs-compari...
  7. Locating signature on page with different measu...

     This article explains using measure units to locate signature and its size on Document page with GroupDocs.Signature API....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/locating-sign...
  8. Load from local disk | GroupDocs

    This article explains how to load from local disk while using GroupDocs. Watermarks API....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/net/load-from-loca...
  9. Saving to HTML with External Resource Files | G...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Saving to HTML with External Resource Files Since version 19.5, The GroupDocs.Assembly provides a great feature which is saving of external resource files while an assembled Document loaded from a non-HTML format is being saved to HTML. From now on, when saving an assembled Document to an HTML file, by default, external resource files are stored to a folder having the same name as the HTML file without extension plus the “_files” suffix....Assembly Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Assembly Product Family...

    docs.groupdocs.com/assembly/java/saving-to-html...
  10. Save in rasterized PDF | GroupDocs

    The following example demonstrates how to save the Document as a rasterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use Document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-in-raste...