Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 2,702 for

document editing

(0.12 sec)
  1. Enabling language information | GroupDocs

    Following this guide you will learn how to edit Word Document using locale info, apply spell-checkers to a Document content written in different languages using GroupDocs.Editor for Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Developer Guide / Edit document / Edit Word document / Enabling language...

    docs.groupdocs.com/editor/java/enabling-languag...
  2. 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...
  3. Wingsdings Font - issue while converting word t...

    Screenshot 2024-11-29 at 7.52.28 AM.jpg (148.1 KB) The symbol highlighted in screenshot if we are trying to convert to pdf it is getting converted as ‘-’ Screenshot 2024-11-29 at 7.52.28 AM.jpg (148 KB)... Java version), document Conversion code and GroupDocs...following simple code: Document doc = new Document("C:\\Temp\\in.docx");...

    forum.groupdocs.com/t/wingsdings-font-issue-whi...
  4. How to Run Examples | GroupDocs

    We offer multiple solutions on how you can run GroupDocs.Editor examples, by building your own or using our back-end or front-end examples out-of-the-box....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...here actual path for your document using ( Editor editor = new...

    docs.groupdocs.com/editor/net/how-to-run-examples/
  5. Generating worksheets (tabs) preview for spread...

    This article describes how to generate a preview for any worksheet (tab) for the existing Excel spreadsheet in SVG format...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product.../ Developer Guide / Edit document / Edit Excel Spreadsheet /...

    docs.groupdocs.com/editor/java/generating-works...
  6. Metadata Scrubbing - Online and Programmatic Ap...

    Discover the online and programmatic way to remove or clean the metadata properties of Documents and images....Recently, we discussed how we can edit metadata properties of different...metadata properties within our documents? We have various options to...

    blog.groupdocs.com/metadata/metadata-scrubber/
  7. Output Format and Password | GroupDocs

    Learn how to save an edited Word Document with a password or change the output Document format using GroupDocs.Editor for Node.js via Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Developer Guide / Edit Document / Edit Word Document / Output Format...

    docs.groupdocs.com/editor/nodejs-java/output-fo...
  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. How to run examples | GroupDocs

    This article describes how to run .NET file markdown API code examples....Events Acquisition GroupDocs Documentation / GroupDocs.Markdown / GroupDocs...GroupDocs.Markdown command. Edit Program.cs and add the following...

    docs.groupdocs.com/markdown/net/how-to-run-exam...
  10. Convert TXT to DOCX using Node.js

    Easily convert TXT to DOCX using Node.js with this simple guide. Learn how to export TXT to DOCX in Node.js using a powerful Document conversion library....js In the world of document automation, converting file...content into structured Word documents for formal use or reporting...

    kb.groupdocs.com/conversion/nodejs/convert-txt-...