Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 862 for

point

(0.04 sec)
  1. Alignment and font issues in the generated PDF ...

    We have a docx file in which Arial MT, Times New Roman fonts are used but upon conversion to pdf we see the following issues : everything is coming in Arial font and not Arial MT The header has correct font but it has …...printStackTrace(); } } } Key Points: Font Substitution : This code...would like to clarify a few points on your side. Could you please...

    forum.groupdocs.com/t/alignment-and-font-issues...
  2. 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-...
  3. Migration notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for .NET since version 19.8: Parser class is introduced as a single entry Point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....introduced as a single entry point to extract data from the document...

    docs.groupdocs.com/parser/net/migration-notes/
  4. 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...
  5. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for Java since version 19.11: Parser class is introduced as a single entry Point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....introduced as a single entry point to extract data from the document...

    docs.groupdocs.com/parser/java/migration-notes/
  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. 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-...
  8. Extract text areas | Documentation

    This article explains that how to extract text areas from documents...."[0-9]+" , new Rectangle ( new Point ( 0 , 0 ), new Size ( 300 ,...

    docs.groupdocs.com/parser/net/extract-text-areas/
  9. GroupDocs Editor: Images are not loading - Free...

    Images are not loading when I am using Groupdocs Editor for word document with TinyMCE sharing my code, Document as well as screenshot for your reference. public ActionResult Index() { License lic = new License(); …...@Niteen_Jadhav You are again missing the point, FromMarkupAndResourc . Please...

    forum.groupdocs.com/t/groupdocs-editor-images-a...
  10. Extract text areas | Documentation

    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/