Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 9,723 for

page

(0.1 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. 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-...
  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. 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...
  5. Set document metadata on save | GroupDocs

    Follow this guide and learn how to set document metadata when saving output document after files comparison within your Java applications....save Leave feedback On this page Document can contain some metadata..., saveOptions ); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/comparison/java/set-document...
  6. Load file from local disk | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Parser for Python via .NET....disk Leave feedback On this page When the document file is located..." ) print ( f "Page count: { doc_info . page_count } " ) print...

    docs.groupdocs.com/parser/python-net/load-file-...
  7. Read and edit metadata with GroupDocs.Metadata ...

    Read, search and strip document metadata from GroupDocs.Total for .NET — runnable C# examples with downloadable input and output files....Metadata Leave feedback On this page GroupDocs.Metadata reads and...MimeType ); Console . WriteLine ( "Pages: " + info . PageCount ); Console...

    docs.groupdocs.com/total/net/developer-guide/me...
  8. System Requirements | GroupDocs

    GroupDocs.Redaction for Python via .NET ships as a self-contained wheel and runs on Windows, Linux, and macOS without Microsoft Office, OpenOffice, or any other third-party software installed....Requirements Leave feedback On this page Note GroupDocs.Redaction for...redaction (rewrite and delete) Page removal Saving in the original...

    docs.groupdocs.com/redaction/python-net/system-...
  9. Clear watermarks | GroupDocs

    This article shows how to clear existing text or image watermarks....watermarks Leave feedback On this page Removing existing watermarks...watermarks will be deleted. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/net/basic-usage/cl...
  10. System requirements | GroupDocs

    GroupDocs.Viewer for .NET does not require any external software to be installed such as Microsoft Word, Microsoft Excel or Microsoft PowerPoint for file rendering....requirements Leave feedback On this page Note GroupDocs.Viewer for .NET...using a Linux image. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/viewer/net/system-requirements/