Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 17,334 for

pdf conversion

(0.12 sec)
  1. 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. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into images, and save Pdf with scan-like pages) var so = new SaveOptions(); so....Conversion Product Solution GroupDocs...document will be rasterized to PDF, but the scan-like effects will...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  2. Sign documents with extra Digital Signature pro...

     This article explains how to use extended Digital electronic signatures options and adjustment on document page....Conversion Product Solution GroupDocs...temp . getHeight ()); } Sign Pdf document with Text signature...

    docs.groupdocs.com/signature/java/sign-document...
  3. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Signature for Python via .NET inside Docker containers with examples, troubleshooting tips, and best practices....Conversion Product Solution GroupDocs...example demonstrates how to sign a PDF file with a text signature using...

    docs.groupdocs.com/signature/python-net/getting...
  4. GroupDocs.Metadata Product Family

    查找有关在任何平台上使用代码处理文档、图像和其他文件的元数据的答案。...Conversion Product Family GroupDocs...中删除元数据 使用 C# 从 XLS 中删除元数据 使用 C# 从 PDF 读取元数据 使用 C# 从 PPTX 读取元数据 使用 C#...

    kb.groupdocs.com/zh/metadata/page/2/
  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 .NET API....Conversion Product Solution GroupDocs...page count for WordProcessing, PDF and XPS documents, tabs (worksheets)...

    docs.groupdocs.com/editor/net/extracting-docume...
  6. GroupDocs.Conversion for Java

    Find answers about converting documents and images of various types using Java code on any platform....Conversion Product Family GroupDocs...Product Family GroupDocs.Conversion for Java Latest Answers Convert...

    kb.groupdocs.com/conversion/java/page/2/
  7. Add Arrow Annotation to JPG using C#

    You will learn how to add arrow annotation to JPG using C# in this tutorial. Additionally, we will provide code example to insert arrow annotation to JPG in C#....Conversion Product Family GroupDocs...add replacement annotation in PDF using C#. For a more in-depth...

    kb.groupdocs.com/annotation/net/add-arrow-annot...
  8. GroupDocs.Total for Java | GroupDocs

    GroupDocs.Total for Java is the super-set of all the Java on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our Java document manipulation APIs....Conversion Product Solution GroupDocs...spreadsheets, presentations, PDF files, emails, images, and 3D...

    docs.groupdocs.com/total/java/
  9. Extract hyperlinks from document | GroupDocs

    Learn how to extract hyperlinks from documents using GroupDocs.Parser for Python via .NET. Extract links with text and URLs from Pdf, Word, Excel....Conversion Product Solution GroupDocs...class with Parser ( "./sample.pdf" ) as parser : # Check if hyperlink...

    docs.groupdocs.com/parser/python-net/extract-hy...
  10. Pre-rasterize | GroupDocs

    This article shows how to pre-rasterize a document using the redaction API....Conversion Product Solution GroupDocs...to the file as a rasterized PDF, e.g. uisng ImageAreaRedaction:...

    docs.groupdocs.com/redaction/net/pre-rasterize/