This article explains how to provide advanced search for standard QR Code embedded objects like WiFi, Event, Contact, SMS, EMail, EPC or SEPA payment, VCard or MeCard entries, etc with GroupDocs.Signature API....Editor Product Solution GroupDocs...
Follow this guide and learn how to convert documents to PDF with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Java....Editor Product Solution GroupDocs...
Vamos aprender como proteger com senha arquivos de planilha do Excel usando C#. Altere a senha existente ou remova-a para desbloquear os arquivos XLS/XLSX usando a API .NET....abrir o arquivo de planilha, o editor ou visualizador solicitará...
Impariamo come bloccare i file PDF con la protezione tramite password utilizzando C#. Modificare la password esistente o rimuoverla per sbloccare i file PDF utilizzando l'API .NET....tenta di aprire il file PDF, l’editor o il visualizzatore chiederà...
Tambahkan kata sandi ke dokumen Word dalam aplikasi Java. Ubah kata sandi yang ada dari file DOC DOCX yang dilindungi atau hapus kata sandi untuk membuka kunci....dilindungi kata sandi, penampil & editor dokumen meminta kata sandi...
Groupdocs.Blogs on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Groupdocs.Blogs on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve......metadati EPUB utilizzando Java – Editor di metadati Scopri come visualizzare...metadati EPUB utilizzando C# – Editor metadati .NET Scopri come visualizzare...
This article shows that how C# developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Editor Product Solution GroupDocs...
Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages.
The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings.
C#
using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so....Editor Product Solution GroupDocs...