Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 4,715 for

as

(0.29 sec)
  1. Use redaction policies | GroupDocs

    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...
  2. 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...
  3. 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...
  4. e-Sign Documents in .NET & Java Applications – ...

    Share this issue: Monthly Newsletter February 2019 FAst, Accurate and Secure e-Signature APIs for .NET & Java Applications Digitally sign important business documents at individual and enterprise level GroupDocs.Signature offers .NET and Java APIs to e-sign documents, configure and manipulate various types of digital signatures and certificates. Programmers can eAsily add advanced signature types including; text, image, barcode, QR code, stamp and metadata to a variety of business file formats like Word, Excel, PowerPoint, PDF, Text and images....Share this issue: Monthly Newsletter February 2019 Fast, Accurate and Secure e-Signature APIs for .NET & Java Applications Digitally sign important business documents at individual and enterprise level GroupDocs.Signature offers .NET and Java APIs to e-sign documents, configure and manipulate various types of digital signatures and certificates. Programmers can easily add advanced signature types including; text, image, barcode, QR code, stamp and metadata to a variety of business file formats like Word, Excel, PowerPoint, PDF, Text and images.

    blog.groupdocs.com/total/digitally-sign-documen...
  5. Working with EXIF metadata | GroupDocs

    This article explains how to access EXIF metadata in a file of any supported format....This article explains how to access EXIF metadata in a file of any supported format.

    docs.groupdocs.com/metadata/net/working-with-ex...
  6. Manage EXIF Data of JPEG, PNG, TIFF & WebP Imag...

    Manage EXIF metadata of your images in C#. Extract, update, add or remove EXIF data of your images programmatically using the metadata .NET API....Manage EXIF metadata of your images in C#. Extract, update, add or remove EXIF data of your images programmatically using the metadata .NET API.

    blog.groupdocs.com/metadata/manage-exif-data-in...
  7. Working with Spreadsheets in GroupDocs.Viewer f...

    Learn how to load a Spreadsheet (Excel) document and render it to HTML, PDF, PNG and JPEG with different options...Learn how to load a Spreadsheet (Excel) document and render it to HTML, PDF, PNG and JPEG with different options

    blog.groupdocs.com/viewer/working-with-spreadsh...
  8. Issue in Comparison of Large Sized PDF Files is...

    GroupDocs.Comparison for .NET 19.1 comes with a few bug fixes and a few improvements. Paragraph absorber in the resultant document and charts comparing in Cells are now improved. PleAse follow the releAse notes here for further details. We would recommend you to try the latest version of the API and share your feedback. ImprovementsFollowing improvements are introduced: Improve paragraph absorber in result document Charts comparing in Cells Bug FixFollowing issues are resolved for Slides: Incorrect Sheet Name in result file in Cells Comparing large sized PDF files Issue when setting ParaghraphLines Setting Hyperlinks in big size PDF file Available Channels and Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....GroupDocs.Comparison for .NET 19.1 comes with a few bug fixes and a few improvements. Paragraph absorber in the resultant document and charts comparing in Cells are now improved. Please follow the release notes here for further details. We would recommend you to try the latest version of the API and share your feedback. ImprovementsFollowing improvements are introduced: Improve paragraph absorber in result document Charts comparing in Cells Bug FixFollowing issues are resolved for Slides: Incorrect Sheet Name in result file in Cells Comparing large sized PDF files Issue when setting ParaghraphLines Setting Hyperlinks in big size PDF file Available Channels and Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs.

    blog.groupdocs.com/comparison/issue-in-comparis...
  9. Linux package requires OpenSSL 1.1 which is no ...

    Hey, The groupdocs-conversion-net Python package fails to start on Debian 13 and Ubuntu 24 with the error No usable version of libssl wAs found. These distributions ship OpenSSL 3 only — OpenSSL 1.1 reached end-of-life…...Hey, The groupdocs-conversion-net Python package fails to start on Debian 13 and Ubuntu 24 with the error No usable version of libssl was found. These distributions ship OpenSSL 3 only — OpenSSL 1.1 reached end-of-life&hellip;

    forum.groupdocs.com/t/linux-package-requires-op...
  10. Issue with Extracting Attachments and PDF Conve...

    Hello Team, I have purchAsed a full license of GroupDocs and I am currently facing issues while extracting attachments from documents and converting them to PDF. My requirement is: First, extract all original attachm…...Hello Team, I have purchased a full license of GroupDocs and I am currently facing issues while extracting attachments from documents and converting them to PDF. My requirement is: First, extract all original attachm&hellip;

    forum.groupdocs.com/t/issue-with-extracting-att...