Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 342 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. 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
  3. 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...
  4. Convert to PDF with advanced options | Document...

    Follow this guide and learn how to convert documents to PDF with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Java.... Define the desired page width (in pixels) of the output...conversion. Define the desired page height (in pixels) of the output...

    docs.groupdocs.com/conversion/java/convert-to-p...
  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....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...
  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. 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...
  8. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage....be an estimated word count, page count, character count, etc...methods that allow updating (or removing) the extracted properties...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. 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...
  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...