Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 4,686 for

as

(0.08 sec)
  1. How to generate barcode and sign document using...

    This guide describes how to improve your document with generated barcodes using Python. Sign your documents with Codabar, Event or Code39Extended using GroupDocs.Signature Python API by GroupDocs....This guide describes how to improve your document with generated barcodes using Python. Sign your documents with Codabar, Event or Code39Extended using GroupDocs.Signature Python API by GroupDocs.

    docs.groupdocs.com/signature/python-net/how-to-...
  2. Webp file format Introduced - GroupDocs.Convers...

    GroupDocs team is glad to announce another monthly releAse of GroupDocs.Conversion for .NET v16.12.0. In this releAse new file format “Webp” is added in supporting formats list. Monthly releAse of Document Conversion API is also introducing some improvements like “LZW compression for internal tiff compression " and “Improve memory handling” along with 8 fixes. So why you are waiting just download the new releAse and use the new exciting features....GroupDocs team is glad to announce another monthly release of GroupDocs.Conversion for .NET v16.12.0. In this release new file format “Webp” is added in supporting formats list. Monthly release of Document Conversion API is also introducing some improvements like “LZW compression for internal tiff compression " and “Improve memory handling” along with 8 fixes. So why you are waiting just download the new release and use the new exciting features.

    blog.groupdocs.com/conversion/groupdocs.convers...
  3. Installation | GroupDocs

    GroupDocs hosts all Java APIs on GroupDocs Repository. You use the GroupDocs.Annotation for Java API directly in your Maven projects with simple configurations. Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml As follows: XML GroupDocs Artifact Repository GroupDocs Artifact Repository https://releAses.groupdocs.com/java/repo/ Define GroupDocs.Annotation for Java API Dependency Then define GroupDocs.Annotation for Java API dependency in your pom.xml As follows:...GroupDocs hosts all Java APIs on GroupDocs Repository. You use the GroupDocs.Annotation for Java API directly in your Maven projects with simple configurations. Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml as follows: XML <repositories> <repository> <id>GroupDocs Artifact Repository</id> <name>GroupDocs Artifact Repository</name> <url>https://releases.groupdocs.com/java/repo/</url> </repository> </repositories> Define GroupDocs.Annotation for Java API Dependency Then define GroupDocs.Annotation for Java API dependency in your pom.xml as follows:

    docs.groupdocs.com/annotation/java/installation/
  4. Save in rasterized PDF | GroupDocs

    The following example demonstrates how to save the document As a rAsterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhrAseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRAsterizeToPDF(true); // Saving As rAsterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...The following example demonstrates how to save the document as a rasterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }

    docs.groupdocs.com/redaction/java/save-in-raste...
  5. Convert PDF files | GroupDocs

    This article demonstrates how to convert PDF to Word, Excel, PowerPoint and image formats with GroupDocs.Conversion for Node.js via Java....This article demonstrates how to convert PDF to Word, Excel, PowerPoint and image formats with GroupDocs.Conversion for Node.js via Java.

    docs.groupdocs.com/conversion/nodejs-java/conve...
  6. Add Image Annotation to JPG using C#

    This tutorial offers guidance on how to add image annotation to JPG using C#. You can insert image annotation to JPG in C# without installing extra tools....This tutorial offers guidance on how to add image annotation to JPG using C#. You can insert image annotation to JPG in C# without installing extra tools.

    kb.groupdocs.com/annotation/net/add-image-annot...
  7. Convert PDF to TIF using Python

    In this topic, you will learn how to convert PDF to TIF using Python. Moreover, a code example will be provided with steps to export PDF to TIF using Python....In this topic, you will learn how to convert PDF to TIF using Python. Moreover, a code example will be provided with steps to export PDF to TIF using Python.

    kb.groupdocs.com/conversion/python/convert-pdf-...
  8. How to Add Image Annotation to PDF Using Java

    We will explore how to add image annotation to PDF using Java. We'll use annotation library and provide a code sample to insert image annotation into PDF using Java....We will explore how to add image annotation to PDF using Java. We'll use annotation library and provide a code sample to insert image annotation into PDF using Java.

    kb.groupdocs.com/annotation/java/how-to-add-ima...
  9. How to Convert SVG to PNG in Java

    Let's review the detailed instructions to convert SVG to PNG in Java and how to use these points to develop Java convert SVG to PNG capability....Let's review the detailed instructions to convert SVG to PNG in Java and how to use these points to develop Java convert SVG to PNG capability.

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Convert PDF to Presentation in C#

    This short article describes the step-by-step procedure to convert PDF to Presentation in C# and how to develop the application for PDF to PPTX converter using C#....This short article describes the step-by-step procedure to convert PDF to Presentation in C# and how to develop the application for PDF to PPTX converter using C#.

    kb.groupdocs.com/conversion/net/how-to-convert-...