Sort Score
Result 10 results
Languages All
Labels All
Results 9,691 - 9,700 of 42,720 for

pdf

(0.06 sec)
  1. GroupDocs.Classification for .NET | Documentation

    Home Note Welcome to the GroupDocs.Classification for .NET GroupDocs.Classification for .NET is a powerful and intuitive library used for texts and documents classification with several taxonomies. Documents could be in various formats,including Microsoft Word and OpenDocument Writer file formats, Pdf documents, RTF and TXT. Classification results can be easily customized with multiple and flexible options. GroupDocs.Classification for .NET Resources Following are the links to some useful resources you may need to accomplish your tasks....OpenDocument Writer file formats, PDF documents, RTF and TXT. Classification...

    docs.groupdocs.com/classification/net/
  2. GroupDocs.Redaction for .NET | Documentation

    A .NET API for redaction of sensitive and classified information from the documents. You can redact in adobe Pdf, redact in excel or in many of different file formats using c#...format and create a sanitized PDF document with raster images of...

    docs.groupdocs.com/redaction/net/
  3. Showcases | Documentation

    Code examples and live demostrations of GroupDocs.Merger for .NET...you are welcome to merge DOC, PDF, XLSX, PPTX and more with . Was...

    docs.groupdocs.com/merger/net/showcases/
  4. Showcases | Documentation

    Code examples and live demostrations of GroupDocs.Merger for Node.js via Java...you are welcome to merge DOC, PDF, XLSX, PPTX and more with . Was...

    docs.groupdocs.com/merger/nodejs-java/showcases/
  5. Showcases | Documentation

    Code examples and live demostrations of GroupDocs.Conversion for Java... you are welcome to convert PDF to DOCX, JPG to XLSX, PPTX to...

    docs.groupdocs.com/conversion/java/showcases/
  6. Showcases | Documentation

    Code examples and live demostrations of GroupDocs.Editor for Java...you are welcome to edit DOCX, PDF, XLSX, PPTX and more with . Was...

    docs.groupdocs.com/editor/java/showcases/
  7. Add text watermarks | Documentation

    Add text watermarks to rendered documents using GroupDocs.Viewer in your Python applications....watermark to the HTML/JPG/PNG/PDF output, follow these steps: Create...

    docs.groupdocs.com/viewer/python-net/add-text-w...
  8. eSign document with Barcode signature | Documen...

    This article explains how to add Barcode signature on document page with various options like barcode type, barcode text, positioning, alignment and other visual settings with GroupDocs.Signature...example shows how to sign a PDF document with a Barcode signature...signature = new Signature ( "sample.pdf" )) { BarcodeSignOptions options...

    docs.groupdocs.com/signature/net/esign-document...
  9. Convert to Image with advanced options | Docume...

    Follow this guide and learn how to convert documents to image with height, width, resolution, brightness and other customizations using GroupDocs.Conversion for Node.js via Java....document should be converted to PDF first. If this property is set...input firstly is converted to PDF and after that to desired format...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  10. Use advanced rasterization options | Documentation

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to Pdf, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. final Redactor redactor = new Redactor("Sample.docx"); try { // Save the document with advanced options (convert pages into images, and save Pdf with scan-like pages) SaveOptions so = new SaveOptions(); so....document will be rasterized to PDF, but the scan-like effects will...pages into images, and save PDF with scan-like pages) SaveOptions...

    docs.groupdocs.com/redaction/java/use-advanced-...