Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 6,052 for

page

(0.09 sec)
  1. Save document to the same file or stream | Docu...

    This article explains how to save document to the same file or stream while using GroupDocs. Watermarks API.... Save (); } 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/watermark/net/save-document-...
  2. Save in original format | Documentation

    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. Replace missing font | Documentation

    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-...
  4. Adjust the image size | Documentation

    Check this guide to learn how to adjust PNG and JPG images size when rendering documents with Image Viewer by GroupDocs for Java....( 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/image-viewer-adj...
  5. Developer Guide | Documentation

    Explains GroupDocs.Merger for .NET file merger features and shows how to merge and combine PDF, Word, Excel, PowerPoint documents inside your .NET applications...Fluent syntax Generate document pages preview Import documents Security...documents Migration Notes Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/merger/net/developer-guide/
  6. Developer Guide | Documentation

    This Developer Guide explains GroupDocs.Merger for Java file merger features and shows how to merge and combine PDF, Word, Excel, PowerPoint documents inside your Java applications...operations Generate document pages preview Import documents Security...Loading Migration Notes Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/merger/java/developer-guide/
  7. Security operations | Documentation

    Check this guide and learn how to manage document security for PDF, Word, Excel, PowerPoint file types - add password, update password, remove password using GroupDocs.Merger for Java....Update document password 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/merger/java/security-operati...
  8. Working with List Reports - Multicolored Number...

    Articles in this section...List in Email Document 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/assembly/java/working-with-l...
  9. The Business Layer | Documentation

    Common Utilities Class Document Directories Applying Product License Data Layer Class Use Tables of Word Processing Documents as Data Sources Use Spreadsheets as Data Sources Use Tables of Presentation Documents as Data Sources Data Storage Class Complete Common Utilities Class...Common Utilities Class 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/assembly/java/the-business-l...
  10. Loading | Documentation

    Following this guide you will learn how to load PDF, Word, Excel, PowerPoint documents by local file path, stream or third-party storage for further processing with GroupDocs.Conversion for .NET API....external resources 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/conversion/net/loading/