Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 4,808 for

as

(0.84 sec)
  1. Reduce image quality | GroupDocs

    This topic describes how to compress images in PDF file using the GroupDocs.Viewer .NET API (C#)....This topic describes how to compress images in PDF file using the GroupDocs.Viewer .NET API (C#).

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  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....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.

    docs.groupdocs.com/redaction/java/select-specif...
  3. Markdown flavor control | GroupDocs

    Target GitHub Flavored Markdown or CommonMark output...Target GitHub Flavored Markdown or CommonMark output

    docs.groupdocs.com/markdown/net/markdown-flavor/
  4. PDF/A - Free Support Forum - groupdocs.com

    Hi Team, I am using GroupDocs.Metadata in .NET to check whether a PDF is in PDF/A format. Currently, I am reading XMP metadata using PdfRootPackage and checking for “pdfaid” (pdfaid:part and pdfaid:conformance). Howeve…...Hi Team, I am using GroupDocs.Metadata in .NET to check whether a PDF is in PDF/A format. Currently, I am reading XMP metadata using PdfRootPackage and checking for “pdfaid” (pdfaid:part and pdfaid:conformance). Howeve…

    forum.groupdocs.com/t/pdf-a/17190
  5. How to Add PDF Annotation in ASP.NET C# - Free ...

    The samples I find on your GitHub repo are complicated, difficult to understand for newbie. Is there documentation showing how to setup an AsP.NET project to use GroupDocs.Annotation, add PDF annotation, and setting up …...The samples I find on your GitHub repo are complicated, difficult to understand for newbie. Is there documentation showing how to setup an ASP.NET project to use GroupDocs.Annotation, add PDF annotation, and setting up …

    forum.groupdocs.com/t/how-to-add-pdf-annotation...
  6. "Document is not found. Document ID: 7021" duri...

    Hello, We got an exception during a search that seems to be pretty rare. We were not able to reproduce it again, but we still want to report it to you and hope that you can fix it bAsed on this description… This is the…...Hello, We got an exception during a search that seems to be pretty rare. We were not able to reproduce it again, but we still want to report it to you and hope that you can fix it based on this description… This is the…

    forum.groupdocs.com/t/document-is-not-found-doc...
  7. How to Convert Image to PDF in C#

    Follow this bAsic tutorial to learn how to convert Image to PDF in C#. It's step-by-step instructions with sample code to convert Image to PDF using C#....Follow this basic tutorial to learn how to convert Image to PDF in C#. It's step-by-step instructions with sample code to convert Image to PDF using C#.

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. How to Convert PDF to Word in C#

    You will learn how to convert PDF to Word in C# in this tutorial. We'll utilize a simple console application for PDF to DOC conversion using C#....You will learn how to convert PDF to Word in C# in this tutorial. We'll utilize a simple console application for PDF to DOC conversion using C#.

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. Loading of template documents from HTML with re...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a great feature which is loading of HTML template documents referencing external resource files to be Assembled and saved to non-HTML formats. Since version 19.5, when loading an HTML document from a file, its containing folder is used As a bAse URI to resolve external resource files’ relative URIs to absolute ones by default As shown in the following example....Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a great feature which is loading of HTML template documents referencing external resource files to be assembled and saved to non-HTML formats. Since version 19.5, when loading an HTML document from a file, its containing folder is used as a base URI to resolve external resource files’ relative URIs to absolute ones by default as shown in the following example.

    docs.groupdocs.com/assembly/net/loading-of-temp...
  10. GroupDocs.Metadata for .NET | GroupDocs

    A .NET API to manipulate metadata is being consumed As metadata viewer for CRUD operations. It helps developers to read, write, edit and remove meta information from all popular document file formats...A .NET API to manipulate metadata is being consumed as metadata viewer for CRUD operations. It helps developers to read, write, edit and remove meta information from all popular document file formats

    docs.groupdocs.com/metadata/net/