Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 2,664 for

document editing

(0.81 sec)
  1. GroupDocs.Metadata 25.5 .NET Release - Edit and...

    Discover the latest updates in GroupDocs.Metadata for .NET 25.5. This release includes new features, improvements, and bug fixes. Learn how to update and clean XMP packages in SVG files with detailed code examples....bug fixes to enhance your document metadata management experience...or a user seeking to manage document metadata efficiently, this...

    blog.groupdocs.com/metadata/edit-and-clean-xmp-...
  2. Save a modified file to the original source | G...

    This article shows how to save the modified content to the underlying source using GroupDocs.Metadata for Python via .NET....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...absolute or relative path to your document. Ex: r"C:\\Docs\\test.ppt"...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  3. Save a modified file to a specified location | ...

    This article shows how to save a Document to a specified location on a local disk using GroupDocs.Metadata for Python via .NET....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...example shows how to save a document to a specified location on...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  4. Save a modified file to a specified location | ...

    This article shows how to save a Document to a specified location on a local disk...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...example shows how to save a document to a specified location on...

    docs.groupdocs.com/metadata/net/save-a-modified...
  5. Pagination information is lost when editor save...

    Licensing-Agreement.docx (43.0 KB) If we save Document using java editor api of groupdocs. it lost pagination information whether in header or footer. Please check attached Document We used editor 24.9 (which is latest…...is lost when editor save documente GroupDocs.Editor Product Family...docx (43.0 KB) If we save document using java editor api of groupdocs...

    forum.groupdocs.com/t/pagination-information-is...
  6. Convert PDF to Excel using Python

    Discover how to convert PDF files to Excel spreadsheets using Python. Effortlessly extract tabular data from PDFs and save it as XLSX or XLS with simple Python code and no extra tools....from PDFs and save them as editable Excel files. Whether you need...Converter class and load your PDF document Configure output settings...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  7. Discount Offer on GroupDocs.Total Ending Soon |...

    Complete set of .NET & Java APIs in 25% Off. Use 'HOLOFF2020' coupon code to get GroupDocs.Total - The complete collection of APIs for Document manipulation....Total is a complete document manipulation toolkit that...assemble, search, parse, watermark, edit, merge, redact, manipulate metadata...

    blog.groupdocs.com/total/groupdocs-discount-off...
  8. GroupDocs.Metadata for Node.js overview | Group...

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...read and edit metadata associated with various document, image...

    docs.groupdocs.com/metadata/nodejs-java/product...
  9. GroupDocs.Metadata for Python overview | GroupDocs

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...read and edit metadata associated with various document, image...

    docs.groupdocs.com/metadata/python-net/product-...
  10. 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...