Sort Score
Result 10 results
Languages All
Labels All
Results 1,931 - 1,940 of 8,335 for

page

(0.07 sec)
  1. Adjust the image size | GroupDocs

    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...
  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. GroupDocs.Parser for .NET 25.11 – Latest Update...

    Explore what’s new in GroupDocs.Parser for .NET 25.11. Available now on NuGet and GroupDocs website....Extract tables from a specific page Extract tables from the entire...Extract tables from a specific page # using (Parser parser = new...

    blog.groupdocs.com/parser/groupdocs-parser-for-...
  4. 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-...
  5. Extracting document metainfo | GroupDocs

    Following this guide you will learn how to obtain basic document metadata like Pages count, size, file type before editing it with GroupDocs.Editor for Java API....metainfo Leave feedback On this page This demonstration shows and...positive number, that returns page count for WordProcessing documents...

    docs.groupdocs.com/editor/java/extracting-docum...
  6. Troubleshooting | GroupDocs

    Troubleshooting file processing with GroupDocs.Viewer: common issues and solutions are detailed here....please refer to the following pages: Known issues How to install...libgdiplus library Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/viewer/python-net/troublesho...
  7. Enquiry about GroupDocs.Merger for Java flexibi...

    Hello GroupDocs Team, We are currently evaluating GroupDocs.Merger for Java and would like to better understand its flexibility and capabilities, particularly in comparison with other PDF libraries such as Apache PDFBox…...available for handling fonts, page scaling, alignment, or layout...available for handling fonts, page scaling, alignment, or layout...

    forum.groupdocs.com/t/enquiry-about-groupdocs-m...
  8. Loading documents | GroupDocs

    GroupDocs.Redaction allows you to load password-protected documents and load documents from different sources. For more details please refer to the following guides:...logging Pre-rasterize 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/loading-docum...
  9. Converting | GroupDocs

    This section explains how to apply additional options to customize output document when converting documents with GroupDocs.Conversion for Node.js via Java...by document family 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/nodejs-java/conve...
  10. Loading | GroupDocs

    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 Node.js via Java API....password-protected 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/conversion/nodejs-java/loading/