Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 1,254 for

point

(0.18 sec)
  1. Pre-rasterize | GroupDocs

    This article shows how to pre-rasterize a document using the redaction API.... Point samplePoint = new java . awt . Point ( 516 , 311...

    docs.groupdocs.com/redaction/java/pre-rasterize/
  2. Adding text watermarks | GroupDocs

    Add text watermarks to pages, worksheets, slides or frames using Python via .NET....PDF Point Left bottom corner of page WordProcessing Point Left...Spreadsheet Point Left top corner of worksheet Presentation Point Left...

    docs.groupdocs.com/watermark/python-net/adding-...
  3. Adding text watermarks | GroupDocs

    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....PDF Point Left bottom corner of page WordProcessing Point Left...Spreadsheet Point Left top corner of worksheet Presentation Point Left...

    docs.groupdocs.com/watermark/java/adding-text-w...
  4. Support for Null-Conditional Operators in Group...

    We are excitedly announcing the monthly release of GroupDocs.Assembly for Java 18.6. Using the latest version, you can now use null-conditional operators **?. **and ?[]. Change the color of chart series and individual Point series dynamically for Email Messages with HTML and RTF bodies. Furthermore, to enhance the API, colors are preserved for a pie chart in the Word Processing document, fonts are preserved for a chart title, and static colors are preserved for chart series in the Email document....chart series and individual point series dynamically for Email...in Email Document Individual Point Series Coloring in Email Document...

    blog.groupdocs.com/assembly/support-for-null-co...
  5. GroupDocs.Comparison Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....comparing charts for MS Power Point Presentations Added support...comparing comments for MS Power Point Presentations Added support...

    blog.groupdocs.com/categories/groupdocs.compari...
  6. GroupDocs Newsletter July 2018 – Professional D...

    Share this issue: Monthly NewsletterJuly 2018 Merge Word, PDF, Excel & PowerPoint Documents in .NET Join Multiple Documents of Same File Format into One GroupDocs.Merger for .NET - A native document manipulation API allowing to split, append, join, remove, reorder and combine pages of popular business documents formats into one. You can also manage document protection by setting up or removing passwords. Company News GroupDocs Consulting Partners Program GroupDocs has recently started consulting partners program to provide professional consultancy services, implementation and unique solutions to help GroupDocs API users develop customized solutions according to the business needs....Chart Series and Individual Point Series in Business Documents...chart series and individual point series dynamically for word...

    blog.groupdocs.com/total/groupdocs-newsletter-j...
  7. How to Add Arrow Annotation in PDF using Java

    This article will teach you how to add arrow annotation in PDF using Java. Also, we will assist you in writing Java code to insert arrow annotation into PDF in Java....annotations are visual aids used to point to specific parts of a document...reader’s attention to the intended point. The above section has covered...

    kb.groupdocs.com/annotation/java/how-to-add-arr...
  8. How to Add Underline Annotation into PDF Using ...

    In this tutorial, we will discuss how to add underline annotation into PDF using Java. Also, we will provide a code to insert underline annotation in PDF using Java....Instantiate objects of the Point structure Create an object of...e.g. position, page number, point, etc. Call Annotator.add method...

    kb.groupdocs.com/annotation/java/how-to-add-und...
  9. GroupDocs.Annotation for .NET announcing MVC ba...

    The GroupDocs team is delighted to announce the Front End sample project for the ASP.NET MVC developers. The purpose after this release is to enable the developers to write their own document annotation front-end using GroupDocs.Annotation for .NET 3.x. nearly all the features have been applied in this project which was given in the old GroupDocs.Annotation for .NET 2.x UI Based API. The developers are free to customize the application to fulfill their own requirements.... Point annotation - stick comments to any point in the...

    blog.groupdocs.com/annotation/asp-net-mvc-front...
  10. Pre-rasterize | GroupDocs

    This article shows how to pre-rasterize a document using the redaction API.... Point samplePoint = new System . Drawing . Point ( 516...

    docs.groupdocs.com/redaction/net/pre-rasterize/