Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 341 for

docx page removal

(0.04 sec)
  1. GroupDocs.Viewer for Java 3.7.0 makes easy to r...

    Team GroupDocs is excitedly releasing a new version of GroupDocs.Viewer for Java. Many of the new features have been introduced in GroupDocs.Viewer for Java 3.7.0, such as the rendering of Email attachments and Rendering PDF document with layered content. Some of the important fixes about outstanding issues and improvements have also packed with this release. In order to enable all the rich features in your project please upgrade your document viewer applications with the latest version of the API....Mode The HtmlResourcePrefix {page-number} is not set in DiagramToHtmlConvert...environment GetPdfFile returns all pages in trial mode JpegQuality is...

    blog.groupdocs.com/viewer/groupdocs-viewer-java...
  2. Generate document pages preview | Documentation

    Following this guide you will learn how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document Pages using GroupDocs.Comparison for .NET API....Generate document pages preview Generate document pages preview Leave...feedback On this page allows you to generate page previews for source...

    docs.groupdocs.com/comparison/net/generate-docu...
  3. Online DOC to ODT Converter | Free GroupDocs Apps

    DOC to ODT document converter - convert DOC to ODT online for free, no registration required. Secure and easy to use DOC to ODT conversion!... All documents are removed from the cloud after 24 hours...to PDF, HTML to DOCX, EPUB to PDF, RTF to DOCX, XPS to PDF, ODT...

    products.groupdocs.app/conversion/doc-to-odt
  4. 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....be an estimated word count, page count, character count, etc...some basic methods that allow removing the extracted properties....

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Font extraction options | Documentation

    Learn this guide to know about extracting fonts from input Word document when editing with GroupDocs.Editor API....options Leave feedback On this page Introduction WordProcessing...WordProcessing formats like DOCX and ODT have an ability to store...

    docs.groupdocs.com/editor/net/font-extraction-o...
  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 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....be an estimated word count, page count, character count, etc...some basic methods that allow removing the extracted properties....

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Remove annotations | Documentation

    This topic describes how to remove annotations from PDF file using the GroupDocs.Viewer Java API....Optimize content / Remove annotations Remove annotations Leave...Leave feedback On this page If the output PDF file contains annotations...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  8. Working with XMP metadata | Documentation

    This article shows how to access XMP metadata in a file of any supported format....OutputJpeg ); } Removing XMP metadata To remove the XMP package...code sample below shows how to remove XMP metadata from a file. advanced_usage...

    docs.groupdocs.com/metadata/java/working-with-x...
  9. Remove form fields | Documentation

    Remove form fields from PDF files to reduce file size using GroupDocs.Viewer's optimization options....Optimize content / Remove form fields Remove form fields Leave...Leave feedback On this page If the output PDF file contains form fields...

    docs.groupdocs.com/viewer/python-net/optimizati...
  10. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, 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 spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain file format information advanced_usage....some basic methods that allow removing the extracted properties....sample demonstrates how to remove the inspection properties in...

    docs.groupdocs.com/metadata/java/working-with-m...