Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 2,745 for

document editing

(1.2 sec)
  1. Working with metadata in PDF documents | GroupDocs

    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 getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.Document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF Document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...formats / Documents / Working with metadata in PDF documents Working...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Developer Guide | GroupDocs

    Developer Guide section explains all aspects of GroupDocs.Editor for Java file editor features, provides code snippets and examples of Editing Microsoft Office formats progammatically in Java applications...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Introduction Load document Edit document Create new document by format...

    docs.groupdocs.com/editor/java/developer-guide/
  3. Working with Form Fields | GroupDocs

    This article demonstrates how to load, edit, and read form fields in a Word Document using GroupDocs.Editor for Node.js via Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...to load, edit, and read form fields in a Word document using GroupDocs...

    docs.groupdocs.com/editor/nodejs-java/working-w...
  4. Memory Optimization Option | GroupDocs

    This article explains how to optimize memory utilization when Editing large Word Documents using GroupDocs.Editor for Node.js via Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Developer Guide / Edit Document / Edit Word Document / Memory Optimization...

    docs.groupdocs.com/editor/nodejs-java/memory-op...
  5. How to Convert Word to PDF in Java

    Easily transform Documents without a third-party tool and discover how to convert Word to PDF in Java, as well as check sample code to convert DOCX to PDF in Java....and PDF have been popular document formats. In a previous article...article, we discussed document conversion from PDF to Word in Java...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. Working with annotation replies | GroupDocs

    The page describes how to manage replies for different Document types using GroupDocs.Annotation for .NET API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...written discussion inside a document and provide an effective way...

    docs.groupdocs.com/annotation/net/working-with-...
  7. Set metadata properties | GroupDocs

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...absolute or relative path to your document. Ex: @"C:\Docs\source.vsdx"...

    docs.groupdocs.com/metadata/java/set-metadata-p...
  8. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...demands the ability to view documents as PDFs as a fundamental skill...necessary to convert Word documents into this portable format...

    blog.groupdocs.com/groupdocs.blog/page/18/
  9. Using Markdown Documents | GroupDocs

    Note This feature is supported by version 19.8 or greater. Note The code uses some of the objects defined in The Business Layer. Markdown Documents (MD) Markdown is a lightweight markup language intended for one purpose, to be used to format text on the web with plain text formatting syntax. Let it be clear that Markdown is not a replacement for HTML because its syntax is very small, containing a very small subset of HTML tags....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Using Markdown Documents Using Markdown Documents Leave feedback...

    docs.groupdocs.com/assembly/java/using-markdown...
  10. Integrate Watermarking in Node.js Applications

    Follow our guide to easily implement watermarking in your Node.js projects with feature-rich GroupDocs.Watermark for Node.js API....Managing Watermarks in Various Document Formats with Node.js Getting...Managing Watermarks in Various Document Formats with Node.js # GroupDocs...

    blog.groupdocs.com/watermark/integrate-watermar...