Sort Score
Result 10 results
Languages All
Labels All
Results 9,141 - 9,150 of 47,236 for

(c )

(0.11 sec)
  1. How to Run Examples | GroupDocs

    Learn how to run C# examples which contain many examples of data redaction. You can learn redact in word, how to redact information in pdf or images and many more....this string documentPath = @"C:\sample.docx" ; // NOTE: Put here...GroupDocs.Redaction.Examples C# solution file. The project is...

    docs.groupdocs.com/redaction/net/how-to-run-exa...
  2. Get comparison result as an object model | Grou...

    This article explains how to get result document object model with GroupDocs.Comparison for .NET....document object and get changes C# using System ; using GroupDocs...to the format being compared. C# using System ; using GroupDocs...

    docs.groupdocs.com/comparison/net/how-to-get-re...
  3. Rasterize document or page | GroupDocs

    The watermark can be removed from the PDF documents using third-party tools. However, if you want to remove a watermark that is almost impossible to remove, you can rasterize pdf documents. GroupDocs.Watermark provides the feature to convert all the pages of a PDF document to raster images with only one line of code.... Ex: "C:\\Docs\\document.pdf" Watermarker...relative path to your document. Ex: "C:\\Docs\\document.pdf" Watermarker...

    docs.groupdocs.com/watermark/java/rasterize-doc...
  4. Synonym dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/synonym-d...
  5. Get Files of Specific Type using GroupDocs.Meta...

    In the modern times, the data is increasing dramatically. As a result, the large organizations may have maintained servers to store their organizational data in the form of files located in different directories. Very often, these organization may need to apply some filters to get files of a specific type i-e *.docx or *.txt etc. Filtering through a huge number files is not an easy job for the human beings and they might think if there is some automated system to achieve this....GetFiles(@"C:\\download files", "\*.jpeg");...dirInfo = new DirectoryInfo(@"C:\\download files"); string\[\]...

    blog.groupdocs.com/metadata/get-specific-file-t...
  6. Generate PDF Report from JSON Data in Java | JS...

    Programmatically generate reports by converting JSON data to PDF & Word using templates in Java. PDF & DOCX reports using report generation Java API...."Price":750000}, {"Client":{"Name":"C & D"},"Price":350000}\] }, { "Name":"Tony...Generate Reports from JSON Data in C#...

    blog.groupdocs.com/assembly/generate-pdf-report...
  7. Delete indexed documents | GroupDocs

    GroupDocs.Search for Node.js has the ability to remove individual documents from the index that are indexed from a stream or structure.... const filePath = 'c:/MyDocuments/SomeDocument.pdf'...pdf' ; const indexFolder = 'c:/MyIndex/' ; const query = 'Einstein'...

    docs.groupdocs.com/search/nodejs-java/delete-in...
  8. Custom text extractors | GroupDocs

    GroupDocs.Search for Java supports indexing of many document formats. But there is also the possibility to implement support for any format other than the existing ones.... String indexFolder = "c:\\MyIndex\\" ; // Specify path...folder String documentsFolder = "c:\\MyDocuments\\" ; // Specify...

    docs.groupdocs.com/search/java/custom-text-extr...
  9. Create PDF with Image Redaction | GroupDocs

    This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....Redactor raterizer = new Redactor ( "C:\\Temp\\sample.docx" ); try {...fileStream = new FileOutputStream ( "C:\\Temp\\sample_docx_Raster.pdf"...

    docs.groupdocs.com/redaction/java/create-pdf-wi...
  10. Set image size limits | GroupDocs

    Set image size limits when rendering image to PDF...the image width or/and height: C# /// <summary> /// Max width of...the output image size limits: C# using GroupDocs.Viewer.Options...

    docs.groupdocs.com/viewer/net/set-image-size-li...