Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 2,144 for

numbers

(2.71 sec)
  1. Clean metadata | GroupDocs

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....the method Check the actual number of removed packages/properties...

    docs.groupdocs.com/metadata/java/clean-metadata/
  2. Select specific pages for rasterized PDF | Grou...

    Select specific pages for rasterized PDF Saving document as a rasterized PDF, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = new Redactor("MultipageSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options....index (zero based) and the number of pages from this index to...

    docs.groupdocs.com/redaction/java/select-specif...
  3. Get document info | GroupDocs

    Learn how to get basic document information including file type, page count, and file size using GroupDocs.Parser for .NET. Get document properties in C#.... The total number of document pages. The size...

    docs.groupdocs.com/parser/net/get-document-info/
  4. GroupDocs.Viewer for Node.js overview | GroupDocs

    GroupDocs.Viewer for Node.js enables you to convert files to HTML, PNG, JPEG, PDF file formats, and save attachments without relying on third-party applications. GroupDocs.Viewer for Node.js is cross-platform class library....source document (the file type, number of pages, and page information)...

    docs.groupdocs.com/viewer/nodejs-java/product-o...
  5. Issue with Fonts Rendering Artifacts in PDF Con...

    Hello, I am using GroupDocs conversion java lib to convert PowerPoint files (.pptx) to PDF, but I am encountering an issue where some characters appear with artifacts after the conversion. The text becomes distorted, ma…...assigned it the identification number CONVERSIONJAVA-2802 . We will...

    forum.groupdocs.com/t/issue-with-fonts-renderin...
  6. Metadata Scrubbing - Online and Programmatic Ap...

    Discover the online and programmatic way to remove or clean the metadata properties of documents and images....the same activity for a large number of documents of various formats...

    blog.groupdocs.com/metadata/metadata-scrubber/
  7. GroupDocs.Viewer for .NET overview | GroupDocs

    GroupDocs.Viewer for .NET allows you to render documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need to use third-party software to view files within your .NET application....source document (the file type, number of pages, and page information)...

    docs.groupdocs.com/viewer/net/product-overview/
  8. Get document info | GroupDocs

    GroupDocs.Metadata allows users to get meta information of a document.... format ( "Number of pages: %s" , info . getPageCount...

    docs.groupdocs.com/metadata/java/get-document-i...
  9. Set metadata properties | GroupDocs

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files....in the file Check the actual number of added/updated properties...

    docs.groupdocs.com/metadata/java/set-metadata-p...
  10. Updating metadata | GroupDocs

    The Example in this article demonstrates how to update metadata properties using a combination of criteria...the method Check the actual number of updated properties the changes...

    docs.groupdocs.com/metadata/net/updating-metadata/