Sort Score
Result 10 results
Languages All
Labels All
Results 3,621 - 3,630 of 3,899 for

assembling

(0.08 sec)
  1. Working with Resources | Documentation

    This article demonstrates and explains different operations with resources, including retrieving, adjusting, and saving them in different scenarios when editing documents with GroupDocs.Editor for Node.js via Java....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/editor/nodejs-java/working-w...
  2. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Implement custom encryption with Metadata signa...

    This article explains how to implement custom encryption for Metadata electronic signatures....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/implement-cus...
  4. Migration notes | Documentation

    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....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/watermark/net/migration-notes/
  5. Render Visio documents as HTML, PDF, and image ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Visio diagrams to HTML, PDF, PNG, and JPEG formats....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/render-visio-doc...
  6. Text redaction | Documentation

    This article explains that how C# redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text redaction using exact phrase or regular expression for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/redaction/python-net/text-re...
  7. Create EditableDocument from file or markup | D...

    This article explains how to create instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for Java API....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/editor/java/create-editabled...
  8. Convert web formats | Documentation

    In this article, you will learn how to convert documents to HTML format with GroupDocs.Conversion for Java....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/conversion/java/convert/web/
  9. Sign Pdf documents with special appearance | Do...

     This article explains how to use PDF digital electronic signature features on document page....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/sign-pdf-docu...
  10. Font extraction options | Documentation

    Learn this guide to know about extracting fonts from input Word document when editing with GroupDocs.Editor API....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/editor/java/font-extraction-...