Learn how to convert a single multi-page document into individual page files in various formats using GroupDocs.Conversion for Python via .NET.... The following diagram illustrates the process of...
Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them.
advanced_usage.adding_text_watermarks.AddTextWatermark
// Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....top corner of image (frame) Diagram Point Left top corner of page...
Learn how to convert a single document to another format using GroupDocs.Conversion for Python via .NET.... The following diagram illustrates the process of...
Add text watermarks to pages, worksheets, slides or frames using Python via .NET....top corner of image (frame) Diagram Point Left top corner of page...
This topic describes how to use the GroupDocs.Viewer Node.js API to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG....dwg" ) // Convert the diagram to PDF. const viewOptions =...
The GroupDocs.Watermark allows to add text watermarks to documents which may consists of pages, worksheets, slides or frames....top corner of image (frame) Diagram Point Left top corner of page...
This topic describes how to use the GroupDocs.Viewer Java API to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG....dwg" )) { // Convert the diagram to PDF. PdfViewOptions viewOptions...