Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 8,264 for

page

(0.04 sec)
  1. Supported file formats | GroupDocs

    This topic lists file formats supported by GroupDocs.Total for Java....formats Leave feedback On this page Explore the diverse file formats...the dedicated documentation page for your desired product and...

    docs.groupdocs.com/total/java/supported-documen...
  2. Convert to CAD formats with advanced options | ...

    Learn about CadConvertOptions class for CAD file formats (DWG, DXF, DWF) in GroupDocs.Conversion for .NET....options Leave feedback On this page GroupDocs.Conversion provides...class implements for page selection and for page sizing. Supported...

    docs.groupdocs.com/conversion/net/convert-to-ca...
  3. Known Issues | GroupDocs

    FIPS mode limitations Connection to remote email servers doesn’t support FIPS mode....Issues Leave feedback On this page FIPS mode limitations Connection...support FIPS mode. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/parser/net/known-issues/
  4. Single document operations | GroupDocs

    Learn how to move document Pages, remove document Pages, split document into separate Pages, swap document Pages positions, extract specific Pages from document, change Page orientation and rotate Page using GroupDocs.Merger for Java....operations: move document pages, remove document pages, split document...document into separate pages, swap document pages positions, extract...

    docs.groupdocs.com/merger/java/single-document-...
  5. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert PDF files to HTML, PNG, and JPEG formats....files Leave feedback On this page allows you to render your PDF...document or specific pages. Supported Page Layout file formats...

    docs.groupdocs.com/viewer/net/render-pdf-docume...
  6. Working with metadata in Note formats | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information. Inspecting Note documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of information that can be considered as metadata under some circumstances. For example, you may want to obtain information about Pages in a note document....to obtain information about pages in a note document. Please follow...() != null ) { for ( NotePage page : root . getInspectionPackage...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Extract text from Microsoft OneNote sections | ...

    To extract a text from Microsoft OneNote Sections getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected Page. Raw mode is not supported for Microsoft OneNote. Here are the steps to extract a text from Microsoft OneNote Section: Instantiate Parser object for the initial section; Call getText method and obtain TextReader object; Read a text from reader....or a text from the selected page. Raw mode is not supported for...steps to extract a text from the page of Microsoft OneNote Section:...

    docs.groupdocs.com/parser/java/extract-text-fro...
  8. Select specific pages for rasterized PDF | Grou...

    Select specific Pages for rasterized PDF Saving document as a rasterized PDF, you can specify starting Page index (zero based) and the number of Pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = new Redactor("MultiPageSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options....specific pages for rasterized PDF Select specific pages for rasterized...Leave feedback Select specific pages for rasterized PDF Saving document...

    docs.groupdocs.com/redaction/java/select-specif...
  9. Convert to Diagram with advanced options | Grou...

    Follow this guide and learn how to convert between diagram formats (VSDX, VSD, VSS, etc.) and customize Page fitting using GroupDocs.Conversion for .NET....options Leave feedback On this page Introduction GroupDocs.Conversion...Defines whether to enlarge the page to fit drawing content int Specifies...

    docs.groupdocs.com/conversion/net/convert-to-di...
  10. Remove pages | GroupDocs

    Follow this guide and learn how to remove Page from PDF or Word document, delete worksheet from Excel file or remove slides from PowerPoint presentations with GroupDocs.Merger API....document operations / Remove pages Remove pages Leave feedback provides...remove single page or a collection of specific page numbers from...

    docs.groupdocs.com/merger/net/remove-pages/