Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 2,432 for

document editing

(0.21 sec)
  1. How to Convert PDF to Word in Java

    Take look at how to convert PDF to Word in Java for Document conversion and use the sample code to convert PDF to DOCX using Java in your projects straight away....PDF document, which will need to convert it to an editable format...Convert function to convert the document. Code to Convert PDF to Word...

    kb.groupdocs.com/conversion/java/how-to-convert...
  2. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for .NET provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement Document, please use the DocumentProperties property defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties using (Metadata metadata = new Metadata(Constants.InputMpp)) { var root = metadata....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...
  3. 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...
  4. Rearrange PDF Pages using C# | Organize with .N...

    Reorder the pages of PDF files using C#. The running example shows how to correct the sequence of unordered PDF pages within the .NET application....not edit the PDF files. When we merge multiple documents and...form a combined comprehensive document, it often happens that we...

    blog.groupdocs.com/merger/move-pdf-pages-using-...
  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. 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...
  7. Online PDF to PPTM Converter | Free GroupDocs Apps

    PDF to PPTM Document converter - convert PDF to PPTM online for free, no registration required. Secure and easy to use PDF to PPTM conversion!...You can convert your PDF documents from any platform (Windows...convert password protected documents. Just expand LoadOptions and...

    products.groupdocs.app/conversion/pdf-to-pptm
  8. Online PDF to PPSX Converter | Free GroupDocs Apps

    PDF to PPSX Document converter - convert PDF to PPSX online for free, no registration required. Secure and easy to use PDF to PPSX conversion!...You can convert your PDF documents from any platform (Windows...convert password protected documents. Just expand LoadOptions and...

    products.groupdocs.app/conversion/pdf-to-ppsx
  9. 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...change image metadata (e.g. edit EXIF data of an image or act...

    docs.groupdocs.com/redaction/net/image-redactions/
  10. Servlets Based Front End Project for GroupDocs....

    Now, it’s quite easy for those Java developers who like to write their own Servlet based applications using GroupDocs.Viewer for Java 3.x API. GroupDocs team is pleased to release the Servlet based front end project. This project elaborates all GroupDocs.Viewer for Java 3.x functionalities and helps developers in integrating the API in their projects. As the project is open source and published on GitHub, developers can customize it as per their needs....viewing and navigation of documents in a browser. Most commonly...Page Thumbnails Document Downloading Document Printing File Browser...

    blog.groupdocs.com/viewer/servlets-based-front-...