Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 1,203 for

point

(0.13 sec)
  1. Add or Remove Annotations in C# | Annotate Word...

    Programmatically add and remove annotations from Word DOC/DOCX files in C#. Add arrow, rectangle, ellipse, watermark annotations using .NET Annotation API....Field Ellipse Highlight Link Point Polyline Replacement Resource...mark the distance between two points. The following are the steps...

    blog.groupdocs.com/annotation/annotate-word-doc...
  2. Font embedding options | GroupDocs

    Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor API.... The class is the point where font embedding, which...

    docs.groupdocs.com/editor/net/font-embedding-op...
  3. 6 Situations When You Need to Convert Documents

    One of the features that GroupDocs offers is document conversion, converting documents from one file formats to another. There are lots of different reasons why this is such a big deal. If you’ve never been sent a file you couldn’t open, or had a file you sent somewhere returned to you because the recipient couldn’t open it - you’ve been lucky! It is becoming much easier to send documents from one application or operating system to another....pages, the way I descried in point 2 above. Instead, you want a...

    blog.groupdocs.com/total/6-situations-when-you-...
  4. JsonDataSource Conditional Expressions: !s.Disa...

    When we were passing a POCO this would work: <<if [MyProperty.Data.Any(s => !s.Disabled)]>> When we changed to pass an interface (Data changed to a List instead of List), properties in sub interfaces could not be found…... At some point I tested with the latest version...

    forum.groupdocs.com/t/jsondatasource-conditiona...
  5. Apply Formatting to Numbers, Dates, and Text in...

    Format numeric values, date-time values, and text strings in templates using format strings and functions....75) "F" or "F2" - Fixed-point (e.g., 1500.75) "P" - Percentage...

    docs.groupdocs.com/assembly/net/basic-usage-for...
  6. Add or Remove Annotations | Annotate PDF files ...

    Programmatically add and remove annotations from PDF files in Java. Add arrow, rectangle, ellipse, highlight, watermark annotations and more using Java API....Distance Ellipse Highlight Link Point Polyline Replacement Resource...show the distance between two points. The following are the steps...

    blog.groupdocs.com/annotation/annotate-pdf-file...
  7. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Viewer for Node.js via Java inside Docker containers with examples, dependencies, and troubleshooting.... # Set the entry point and default command ENTRYPOINT...

    docs.groupdocs.com/viewer/nodejs-java/running-i...
  8. Extract text areas | GroupDocs

    This article explains that how to extract text areas from documents in Java...."\\s[a-z]{2}\\s" , new Rectangle ( new Point ( 0 , 0 ), new Size ( 300 ,...

    docs.groupdocs.com/parser/java/extract-text-areas/
  9. Working with Groupdocs Signature API from Ruby

    Today we will find out how to use GroupDocs’ Ruby SDK. We will create a GroupDocs Signature envelope sample with the Sinatra framework. GroupDocs Signature envelopes are used to prepare documents for digital signature and managing the signature process. Setting Up First, create the application folders structure: your_app/public – for CSS files. your_app/samples – for sample files. your_app/views – for view files, we will use Haml for these. Also we need to create a Gemfile in our project’s root directory with the following content: https://gist.... The Starting Point # Before creating the envelope...

    blog.groupdocs.com/signature/working-with-group...
  10. Bootstrap v3: What Has Changed in the New Version

    Introduction In one of my previous articles I talked about using the Bootstrap CSS framework in web projects. Exactly 2 years after the very first release of Bootstrap to the open world by the ex-Twitter developers we have now Bootstrap v3 - the new version of the most popular CSS framework. I’m calling it the most popular because of the recently announced results from the meanpath source-code search engine which shows that 1% of websites nowadays are using Bootstrap....important change I really want to point out goes hand in hand with one...

    blog.groupdocs.com/total/bootstrap-v3-what-has-...