Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 6,709 for

page

(0.07 sec)
  1. Check document password-protection | Documentation

    This article explains how to check whether PDF, Word, Excel, PowerPoint document is password protected or not, and how to do this using GroupDocs.Merger for .NET....IsPasswordSet (); } 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/net/check-document-pa...
  2. Load from local disk | Documentation

    This article explains how to load from local disk while using GroupDocs. Watermarks Java API.... 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/watermark/java/load-from-loc...
  3. Convert to XML or JSON data with advanced optio...

    Learn how to convert documents to XML or JSON data using GroupDocs.Conversion for .NET....json" , options ); } 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/convert-to-da...
  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. 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...
  6. 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-...
  7. 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-...
  8. GroupDocs.Annotation for Java | Documentation

    API to annotate text or images in your documents using Java. It supports PDF, Microsoft Word DOCX, Excel XLSX and PowerPoint. PPTX...Microsoft Visio, as well as HTML pages, email messages, and even image...Java Release Notes Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/annotation/java/
  9. PdfViewOptions | GroupDocs.Viewer for .NET API ...

    Contains options for rendering documents into PDF format. For details see the documentationhttps//docs.groupdocs.com/viewer/net/renderingtopdf/....Enables rendering of hidden pages. RenderNotes { get; set; } Enables...watermark to be applied to each page. WebDocumentOptions { get; set;...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  10. How to Edit MOBI File | Documentation

    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...