The page describes how to add checkbox component to a document using GroupDocs.Annotation for Java.... INPUT_PDF )) { CheckBoxComponent checkbox...( "result_checkbox_component.pdf" ); } Was this page helpful?...
Review AddWatermarkResult with information about added watermarks using Python via .NET....pdf" ) as watermarker : font = gww...watermarker . save ( "output.pdf" ) Example output: WatermarkId:...
The page describes how to load Pdf, Word, Excel, PowerPoint documents from FTP using GroupDocs.Annotation for Java....pdf" ; String server = "localhost"...prompt, please hold on... An error occurred while retrieving the...
The page describes how to add button component to a document using GroupDocs.Annotation for Java.... INPUT_PDF )) { ButtonComponent buttonComponent...save ( "result_button_component.pdf" ); } Was this page helpful?...
This article explains how to check if a file is encrypted using .NET / C# with GroupDocs.Viewer for .NET....pdf" )) { // Get file information...Viewer = New Viewer ( "protected.pdf" ) ' Get file information. Dim...
This article shows how to clear existing text or image watermarks....pdf' ); // Create a TextSearchCriteria...watermarker . save ( 'result.pdf' ); // Close watermarker watermarker...
Learn this article and check how to load and convert text files with advanced options using GroupDocs.Conversion for .NET API....pdf" , options ); } Control behavior...converter . Convert ( "converted.pdf" , options ); } Specify encoding...
Add repeated (tiled) text or image watermarks with spacing, rotation, and patterns using Python via .NET....pdf" ) as watermarker : font = gww...watermarker . save ( "result.pdf" ) Rotate around the page origin...
The page describes how to add text field annotation to a document programmatically using GroupDocs.Annotation for .NET....pdf" )) { TextFieldAnnotation textField...); annotator . Save ( "result.pdf" ); } Was this page helpful?...