Sort Score
Result 10 results
Languages All
Labels All
Results 1,791 - 1,800 of 16,797 for

pdf metadata

(0.84 sec)
  1. Using redaction filters | GroupDocs

    Scope a GroupDocs.Redaction for Python via .NET redaction to a page range or a rectangular page area using redaction filters, and combine them to target an area on specific pages....Metadata Product Solution GroupDocs...formats Redaction filters apply to PDF documents. Support for additional...

    docs.groupdocs.com/redaction/python-net/redacti...
  2. Specify rendering options for CAD files | Group...

    Render CAD files (DWG, DXF, etc.) to HTML, Pdf, PNG, or JPEG using GroupDocs.Viewer's options....Metadata Product Solution GroupDocs...drawing to PDF and sets the background color of PDF pages to light...

    docs.groupdocs.com/viewer/python-net/specify-ca...
  3. Using Signature Appearances | GroupDocs

     This sections contains explanation about various electronic signature visual appearances on document page....Metadata Product Solution GroupDocs...classes class implements for Pdf documents signature as annotation...

    docs.groupdocs.com/signature/java/using-signatu...
  4. Convert specific pages | GroupDocs

    This article demonstrates how to convert specific document pages by page number using GroupDocs.Conversion for Java API....Metadata Product Solution GroupDocs...Word document ( .docx ) into a PDF: ConvertSpecificPages.java import...

    docs.groupdocs.com/conversion/java/convert-spec...
  5. Set image resolution | GroupDocs

    This topic describes how to set image resolution in Pdf file using the GroupDocs.Viewer Java API....Metadata Product Solution GroupDocs...documents / Render to PDF / Optimize the output PDF file / Optimize...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  6. Reorder pages | GroupDocs

    Reorder pages when rendering documents to Pdf with GroupDocs.Viewer for Java...Metadata Product Solution GroupDocs...Render documents / Render to PDF / Reorder pages Reorder pages...

    docs.groupdocs.com/viewer/java/reorder-pages/
  7. 在 Word、Excel、PowerPoint、PDF 中使用 C# 搜索图像签名

    使用 .NET Signature API 从 C# 中的任何文档(DOC、XLS、PPT、Pdf) 中搜索条形码、二维码、数字或电子签名以及图像数据内容。... 在 C# 中搜索二维码签名 # 以下是显示如何在 PDF 文档中搜索二维码签名的最简单搜索方法。您可以使用同一行代码在任何受支持的文件格式中进行搜索。...Search QR Code Signatures in PDF document using C# using (Signature...

    blog.groupdocs.com/zh/signature/search-image-si...
  8. GroupDocs.Parser for .NET

    This API allows you to perform text search and index any type of file format using C# .NET language on any platform....Metadata Product Family GroupDocs.Search...DOCX using C# Scan QR Code from PDF using C# Scan Barcode from DOC...

    kb.groupdocs.com/parser/net/page/2/
  9. eSign document with Digital signature | GroupDocs

    This article explains how digitally esign documents with certificates using GroupDocs.Signature API...Metadata Product Solution GroupDocs...appearance on document pages. PDF document format supports digital...

    docs.groupdocs.com/signature/java/esign-documen...
  10. Use advanced rasterization options | GroupDocs

    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. use_advanced_rasterization_options.py from groupdocs.redaction import Redactor from groupdocs.redaction.options import SaveOptions, AdvancedRasterizationOptions from groupdocs.redaction.redactions import ExactPhraseRedaction, ReplacementOptions def use_advanced_rasterization_options(): # Specify the redaction options repl_opt = ReplacementOptions("[personal]") ex_red = ExactPhraseRedaction("John Doe", repl_opt) # Load the document to be redacted with Redactor("....Metadata Product Solution GroupDocs...document will be rasterized to PDF, but the scan-like effects will...

    docs.groupdocs.com/redaction/python-net/use-adv...