Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 4,408 for

as

(0.08 sec)
  1. Convert DOCX to TXT using Python

    Learn how to convert DOCX to TXT using Python with clear steps and sample code. EAsily export DOCX to TXT using Python with GroupDocs.Conversion for automation....Learn how to convert DOCX to TXT using Python with clear steps and sample code. Easily export DOCX to TXT using Python with GroupDocs.Conversion for automation.

    kb.groupdocs.com/conversion/python/convert-docx...
  2. Convert DOCX to BMP using Python

    Learn how to convert DOCX to BMP using Python with detailed steps. Effortlessly export DOCX to BMP using Python for high-quality, uncompressed results....Learn how to convert DOCX to BMP using Python with detailed steps. Effortlessly export DOCX to BMP using Python for high-quality, uncompressed results.

    kb.groupdocs.com/conversion/python/convert-docx...
  3. Extract Images from eBooks in Java | EPUB, PDF,...

    Programmatically extract images from EPUB, PDF, FB2, CHM eBooks using Java API for document parsing. Save the images in JPG, PNG, WebP, GIF, or BMP format....Programmatically extract images from EPUB, PDF, FB2, CHM eBooks using Java API for document parsing. Save the images in JPG, PNG, WebP, GIF, or BMP format.

    blog.groupdocs.com/parser/extract-images-from-e...
  4. Watermark Protected Files using C# | Text & Ima...

    Add text watermarks and image watermarks to pAssword-protected Word, PDF, PowerPoint, Excel files using C#. Customize watermark appearance using .NET API....Add text watermarks and image watermarks to password-protected Word, PDF, PowerPoint, Excel files using C#. Customize watermark appearance using .NET API.

    blog.groupdocs.com/watermark/watermark-password...
  5. It's Time to Upgrade to GroupDocs.Viewer for .N...

    GroupDocs.Viewer for .NET hAs been serving the developers in creating the document viewer applications for many years. With the efforts of our hard-working team and the support of our valuable customers, we are able to make the API stand among the top-ranked document viewer APIs. Since the Sky is the only limit, we always keep on enriching the API with more features, improving its performance, and making its usage eAsier for the developers....GroupDocs.Viewer for .NET has been serving the developers in creating the document viewer applications for many years. With the efforts of our hard-working team and the support of our valuable customers, we are able to make the API stand among the top-ranked document viewer APIs. Since the Sky is the only limit, we always keep on enriching the API with more features, improving its performance, and making its usage easier for the developers.

    blog.groupdocs.com/viewer/its-time-to-upgrade-t...
  6. Business Fitness develops HowNow Portal to Prev...

    About Business Fitness (HowNow) Business Fitness hAs been providing solutions to Australian accountants since 2001. Our primary software is HowNow Knowledge, Document and Email Management system which is sold to accounting firms and other businesses. We are a small company bAsed out of Brisbane, Australia and have been developing our own software products (primarily server-bAsed) since inception of the company. Over the lAst 12 months, we have been moving to a SaAs environment....About Business Fitness (HowNow) Business Fitness has been providing solutions to Australian accountants since 2001. Our primary software is HowNow Knowledge, Document and Email Management system which is sold to accounting firms and other businesses. We are a small company based out of Brisbane, Australia and have been developing our own software products (primarily server-based) since inception of the company. Over the last 12 months, we have been moving to a SaaS environment.

    blog.groupdocs.com/signature/groupdocs-signatur...
  7. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft Word Document Creating a Template Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon. Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON)....Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft Word Document Creating a Template Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon. Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON).

    docs.groupdocs.com/assembly/net/generating-repo...
  8. Use redaction policies | Documentation

    If you have a corporate sensitive data removal policy As a list of redaction rules, you don’t need to specify them in your code. You can specify an XML document with a list of pre-configured redactions. Below is an example of redaction policy XML file (code properties mapping is obvious): RedactionPolicy.xml AseRedaction searchPhrAse="dolor" cAseSensitive="true" actionType="DrawBox" color="Red" /> AseMetadataRedaction filter="All" /> AsearchRedaction filter="Title, Author" replacement="foobar" valueExpression="(metAsearch)" keyExpression="" /> You can use RedactionPolicy....If you have a corporate sensitive data removal policy as a list of redaction rules, you don’t need to specify them in your code. You can specify an XML document with a list of pre-configured redactions. Below is an example of redaction policy XML file (code properties mapping is obvious): RedactionPolicy.xml <?xml version="1.0" encoding="utf-8"?> <redactionPolicy xmlns="http://www.groupdocs.com/redaction"> <regexRedaction regularExpression="(dolor)" actionType="ReplaceString" replacement="foobar" /> <exactPhraseRedaction searchPhrase="dolor" caseSensitive="true" actionType="DrawBox" color="Red" /> <cellColumnRedaction regularExpression="(foo)bar1" replacement="[red1]" columnIndex="1" worksheetIndex="2" /> <cellColumnRedaction regularExpression="(foo)bar2" replacement="[red2]" wokrsheetName="Sample" /> <eraseMetadataRedaction filter="All" /> <metadataSearchRedaction filter="Title, Author" replacement="foobar" valueExpression="(metasearch)" keyExpression="" /> <annotationRedaction regularExpression="(anno1)" replacement="foobar" /> <deleteAnnotationRedaction regularExpression="(anno2)" /> <imageAreaRedaction pointX="15" pointY="17" width="200" height="10" color="#AA50FC" /> <imageAreaRedaction pointX="110" pointY="120" width="60" height="20" color="Magenta" /> </redactionPolicy> You can use RedactionPolicy.

    docs.groupdocs.com/redaction/java/use-redaction...
  9. Convert PPTX to TXT using Node.js

    Learn how to convert PPTX to TXT using Node.js for efficient document processing. This guide helps you export PPTX to TXT in Node.js with a step-by-step approach....Learn how to convert PPTX to TXT using Node.js for efficient document processing. This guide helps you export PPTX to TXT in Node.js with a step-by-step approach.

    kb.groupdocs.com/conversion/nodejs/convert-pptx...
  10. Manage EPUB Metadata using Java – Metadata Editor

    Discover ways to view and edit EPUB eBook metadata using Java. Programmatically update specific EPUB properties and Dublin Core items....Discover ways to view and edit EPUB eBook metadata using Java. Programmatically update specific EPUB properties and Dublin Core items.

    blog.groupdocs.com/metadata/manage-epub-metadat...