Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 9,971 for

new

(0.03 sec)
  1. Adding text watermarks | Documentation

    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....Consulting Blog Knowledge Base New Releases Status Websites aspose...png" Watermarker watermarker = new Watermarker ( "image.png" );...

    docs.groupdocs.com/watermark/java/adding-text-w...
  2. Render images as HTML, PDF, PNG, and JPEG files...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert images to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...name. JavaScript const viewer = new groupdocs . viewer . Viewer (...

    docs.groupdocs.com/viewer/nodejs-java/render-im...
  3. Custom text extractors | Documentation

    GroupDocs.Search supports indexing of many document formats. But there is also the possibility to implement support for any format other than the existing ones....Consulting Blog Knowledge Base New Releases Status Websites aspose...readonly string [] extensions = new string [] { ".log" }; public...

    docs.groupdocs.com/search/net/custom-text-extra...
  4. Email attachments | Documentation

    This article shows how to get the information about the attachments....Consulting Blog Knowledge Base New Releases Status Websites aspose...EmailLoadOptions loadOptions = new EmailLoadOptions (); // Specify...

    docs.groupdocs.com/watermark/java/email-attachm...
  5. Java Annotation API FrontEnd v3.0.0 - Arrow Ann...

    The GroupDocs team is pleased to announce a New release of Annotation API for Java Front End v3.0.0. We are introducing two New features like availability of arrow annotation tool and show spinner while rendering document in this version. We would recommend Java users to download this New version to explore and provide us valuable feedback. Java Annotation API Front End v3.0.0 includes following New features. Show Loading Spinner while Rendering Document User will see spinner on the screen in this New version of Annotation API FrontEnd v3....team is pleased to announce a new release of Annotation API for...0.0. We are introducing two new features like availability of...

    blog.groupdocs.com/annotation/java-annotation-a...
  6. Save signed images with various output types | ...

    This article explains how to save images with various image format types....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/save-signed-i...
  7. Feature request: property WasSuccessful/IsEmpty...

    Hello, We are interested in a property that signalizes whether an extraction was successful. We are calling this: var extractionOptions = New ExtractionOptions { UseRawTextExtraction = false, }; var extractedData = ex…...this: var extractionOptions = new ExtractionOptions { UseRawTextExtraction...We have opened the following new ticket(s) in our internal issue...

    forum.groupdocs.com/t/feature-request-property-...
  8. Add text redaction annotation | Documentation

    The page describes how to add text redaction annotation to a document using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...class Annotator annotator = new Annotator ( "inputPath" ); try...

    docs.groupdocs.com/annotation/java/add-text-red...
  9. Add strikeout annotation | Documentation

    The page describes how to add strikeout annotation to a document using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...class Annotator annotator = new Annotator ( "inputPath" ); try...

    docs.groupdocs.com/annotation/java/add-strikeou...
  10. Save document | Documentation

    This article demonstrates how to save edited text documents, spreadsheets and presentations with GroupDocs.Editor for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...inputHtmlPath , null ); Editor editor = new Editor ( "C:\\path\\original...

    docs.groupdocs.com/editor/java/save-document/