Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 2,441 for

document editing

(0.11 sec)
  1. Image redactions | Documentation

    This article shows that how to redact data of sensitive nature from images of various formats like JPG, PNG, TIFF and others....Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...change image metadata (e.g. edit EXIF data of an image or act...

    docs.groupdocs.com/redaction/python-net/image-r...
  2. 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...
  3. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET 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 FileType property to obtain file format information AdvancedUsage....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...metadata for specific formats / Documents / Working with metadata in...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Digital Signature - esign PPSX documents | Grou...

    Digital signature (eSignature) for PPSX made easy with GroupDocs Signature. Create your electronic digital signatures and esign PPSX Documents for free!...Digital Signature - eSign PPSX Documents! Digital signature for PPSX...certificates allow to sign PPSX document with eSign application. Note...

    products.groupdocs.app/signature/ppsx
  5. 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....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...
  6. Enabling language information | Documentation

    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 .NET API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Developer Guide / Edit document / Edit Word document / Enabling language...

    docs.groupdocs.com/editor/net/enabling-language...
  7. editor.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/editor/java/technical-support/weekly0.5https://docs.groupdocs.com/editor/net/techni......com/editor/java/create-document/weekly0.5https://docs.groupdocs...groupdocs.com/editor/java/document-protection/weekly0.5https://docs...

    docs.groupdocs.com/sitemaps/editor.xml
  8. 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 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...
  9. GroupDocs Products Overview

    GroupDocs Products Overview GroupDocs.Viewer GroupDocs.Viewer is a Document viewer API that allows rendering and view......Viewer is a document viewer API that allows rendering...conversion between multiple document formats. It supports converting...

    docs.groupdocs.com/conversion/java/_sample_file...
  10. Convert PDF to HTML programmatically using C#

    Let's convert a PDF Document to HTML using a few lines of code. Automate PDF conversion within .NET application to convert whole Document or selected pages....format that is used to present documents in a manner that is independent...However, PDFs are not easily editable and are not well-suited for...

    blog.groupdocs.com/conversion/convert-a-pdf-doc...