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

document editing

(0.11 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 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...formats / Documents / Working with metadata in PDF documents Working...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing Documents such as DOC, DOCX, ODT, etc. For the full list of supported Document formats please refer to Supported Document formats. Detecting the exact type of a Document The following sample of code will help you to detect the exact type of a loaded Document and extract some additional file format information. Load a WordProcessing Document Extract the root metadata package Use the getWordProcessingType method to obtain file format information advanced_usage....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...metadata for specific formats / Documents / Working with metadata in...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Remove Text Watermark from ODT Using Python

    Remove text watermark from ODT using Python to process OpenDocument files automatically. This guide explains removing embedded watermark text with Python code.... When preparing documents for external sharing or publication...Python , a Python-compatible document processing API offers a structured...

    kb.groupdocs.com/watermark/python/remove-text-w...
  4. Convert PDF to PPTX using Node.js

    Learn how to convert PDF to PPTX using Node.js with an efficient Document conversion process. Follow our guide to easily export PDF to PPTX in Node.js for presentations....js In modern document management, converting PDF...PDF files into editable presentation format is often necessary...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  5. How to Convert PDF to TIFF in Java

    Quickly understand the procedure for doing Document transformation, learn how to convert PDF to TIFF in Java, and create the code to export PDF to TIFF using Java....will use one of the popular document conversion library for transforming...transforming non-editable documents from one format to another...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. GroupDocs.Merger Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify Documents of almost all the popular file formats....allows you to create and edit documents containing items or objects...could be, is it about PDF documents only? And the answer is, No...

    blog.groupdocs.com/categories/groupdocs.merger-...
  7. 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...
  8. Developer Guide | GroupDocs

    Explains GroupDocs.Editor for .NET file editor features and shows how to edit Word, XML and text Documents, Excel spread sheets, PowerPoint presentations inside your .NET applications...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Introduction Load document Edit document Create and edit new WordProcessing...

    docs.groupdocs.com/editor/net/developer-guide/
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...latest version, you can now edit XMP metadata of WAV file format...images when rendering PDF documents. Bug FixesFollowing issue...

    blog.groupdocs.com/groupdocs.blog/page/58/
  10. How to Convert Excel to PDF using Java

    This is a basic tutorial on how to convert Excel to PDF using Java. Convert Documents without the use of third-party software and distribute them fast to everyone....share the document with stakeholders in a non-editable format at...at times. As a result, document conversion is ideal for these...

    kb.groupdocs.com/conversion/java/how-to-convert...