Ajoutez des filigranes d'image ou appliquez des filigranes de texte aux fichiers PDF à l'aide de C#. Filigranez toutes les pages ou des pages sélectives du PDF à l'aide de l'API de filigrane .NET....l’apparence en ajoutant l’angle de rotation, l’alignement, l’opacité,...ajustant l’alignement, la rotation, l’opacité et d’autres options...
Convertissez des documents Word DOC et DOCX en PDF à l'aide de C# dans les applications .NET. Automatisez la conversion de vos fichiers à l'aide de l'API .NET de conversion de documents.... PagesCount = 1, // Rotation = Rotation.On180, Dpi = 300, Width...
Odkryj nową typowaną API, wsparcie dla Python 3.14, renderowanie podglądu stron oraz integrację agenta AI w GroupDocs.Merger for Python 26.6...., swap_pages , move_page , rotate , change_orientation oraz metody...
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....“minAngle” defines the minimal rotation angle and “randomAngleMax”...“randomAngleMax” is a maximal rotation angle, randomly added to “minAngle”....
Java 응용 프로그램 내에서 Word DOC 및 DOCX 문서를 PDF로 변환합니다. 문서 변환 Java API를 사용하여 파일 변환을 자동화하십시오....Rotation; import com.groupdocs.conversion...setPagesCount(1); // options.setRotate(Rotation.On180); options.setDpi(300);...
Meistern Sie Python-Tiling-Wasserzeichen mit 7 praktischen Beispielen. Erfahren Sie, wie Sie Wasserzeichen hinzufügen, erstellen und anpassen, um Dokumentensicherheit zu gewährleisten, Wasserzeichen entfernen und Dateien mit der GroupDocs.Watermark API zum Schutz von Unternehmensinhalten schützen.... rotate_angle = - 45.0 watermark .... opacity = 0.4 watermark . rotate_angle = - 45.0 watermark ....
Domine as marcas d'água em mosaico com Python em 7 exemplos práticos. Aprenda a adicionar, criar e personalizar marcas d'água para a segurança de documentos, remover marcas d'água e proteger arquivos usando a API GroupDocs.Watermark para proteção de conteúdo empresarial.... rotate_angle = - 45.0 watermark .... opacity = 0.4 watermark . rotate_angle = - 45.0 watermark ....