Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 9,358 for

page

(0.84 sec)
  1. Replace missing font | GroupDocs

    This article explains how to replace missing font when rendering documents with GroupDocs.Viewer within your Java applications....( viewOptions ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/viewer/java/replace-missing-...
  2. Save in original format | GroupDocs

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }... close (); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/redaction/java/save-in-origi...
  3. Load documents | GroupDocs

    Document loading use cases with GroupDocs.Viewer within your .NET applications....please refer to the following pages: Load documents from different...containing by a document Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/viewer/net/loading/
  4. Load documents | GroupDocs

    Document loading use cases with GroupDocs.Viewer within your Java applications....please refer to the following pages: Load documents from different...external resources Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/viewer/java/loading/
  5. Troubleshooting | GroupDocs

    This section contains issues that you may face and solutions for them when processing files with GroupDocs.Viewer....please refer to the following pages: Known issues How to install...Viewer 19.8 or higher Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/viewer/net/troubleshooting/
  6. Add component to the document | GroupDocs

    The Page describes how to add components to a document using GroupDocs.Annotation API....information, see the following pages: Add button component Add checkbox...dropdown component Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/annotation/net/add-component...
  7. Developer guide | GroupDocs

    Explains GroupDocs.Markdown for .NET converter features and shows how to convert PDF, Word, Excel, Epub, Text inside your .NET applications...retrieve metadata such as format, page count, title, and author without...handler. – select individual pages or worksheets for conversion...

    docs.groupdocs.com/markdown/net/developer-guide/
  8. Use Cases | GroupDocs

    Practical use cases and real-world examples demonstrating how to use GroupDocs.Comparison for Node.js via Java in various scenarios, including legal document comparison and performance optimization.... Pages in this section – Learn how...Documents in Node.js Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/comparison/nodejs-java/use-c...
  9. XLTX File Format Support in GroupDocs.Merger fo...

    Document Manipulation and Modification is now programatically implemented in a lot of file formats. Keeping that in view, we are introducing some new file formats with the release of GroupDocs.Merger for .NET 19.2. Following new file formats are now supported by the API: XLT XLTX XLTM In excel these file formats are basically saved as a template files. Beside new features, we also introduced a improvement and few bug fixes.... You can move any page in XPS or EPUB document to some...resultant document with new page order. See how MovePage and...

    blog.groupdocs.com/merger/xltx-file-format-supp...
  10. How to Edit MOBI File | GroupDocs

    This article demonstrates how to edit MOBI files using Node.js via Java....File Leave feedback On this page Introduction The MOBI format...Returns an approximate number of pages in the case of MOBI or AZW3...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...