Sort Score
Result 10 results
Languages All
Labels All
Results 2,961 - 2,970 of 33,388 for

custom font

(0.14 sec)
  1. Converting a XML file to DOC using C++ | Aspose...

    Sample code for XML to DOC conversion using C++. Use C++ example for batch XML to DOC conversion....adding annotations, handling custom fonts and much more. Aspose.PDF...

    products.aspose.com/pdf/cpp/conversion/xml-to-doc/
  2. SVG to PDF Merge using Java | Aspose.PDF

    Combine two or more SVG documents into one PDF single file programmatically with Java sample code using Aspose.PDF for Java...graphs, images, hyperlinks, custom fonts - and more - into PDF documents...

    products.aspose.com/pdf/java/merger/svg-to-pdf/
  3. PDF to SVG Merge using Java | Aspose.PDF

    Combine two or more PDF documents into one SVG single file programmatically with Java sample code using Aspose.PDF for Java...graphs, images, hyperlinks, custom fonts - and more - into PDF documents...

    products.aspose.com/pdf/java/merger/pdf-to-svg/
  4. JPEG to PDF Merge using Java | Aspose.PDF

    Combine two or more JPEG documents into one PDF single file programmatically with Java sample code using Aspose.PDF for Java...graphs, images, hyperlinks, custom fonts - and more - into PDF documents...

    products.aspose.com/pdf/java/merger/jpeg-to-pdf/
  5. 许可| Aspose.Font 适用于C++

    C ++ API用于开发人员操纵和字体文件。在这里,您将找到如何获得aspose.Font API解决方案C ++许可证。...Font Product Solution Aspose.TeX...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.aspose.com/font/zh/cpp/licensing/
  6. MD to PDF Merge using C++ | Aspose.PDF

    Combine two or more MD documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...adding annotations, handling custom fonts and much more. Aspose.PDF...

    products.aspose.com/pdf/cpp/merger/md-to-pdf/
  7. How to Create a Form in Word using C#

    This tutorial guides on how to create a form in Word using C#. You can create a fillable form in Word using C# by adding different controls like textbox, checkbox and combobox....Font Product Family Aspose.TeX Product...the newly added controls to customize them. If you want to organize...

    kb.aspose.com/words/net/how-to-create-a-form-in...
  8. Wrong indentation of bulleted lists in ODT to P...

    Hi, We are receiving several reports from our Customers of problems converting to PDF of ODT documents containing bulleted lists. The indentation of bullet points is incorrect. The problem has been reproduced with ver…...several reports from our customers of problems converting to...causing us problems with our customers. alexey.noskov December 5...

    forum.aspose.com/t/wrong-indentation-of-bullete...
  9. How to Resize Image in Word using Java

    This article assists in how to resize image in Word using Java. It provides information on IDE configurations, a step-by-step procedure and a runnable sample code to resize the picture in Word using Java....Font Product Family Aspose.TeX Product...class object to add image with custom size Instantiate a DocumentBuilder...

    kb.aspose.com/words/java/how-to-resize-image-in...
  10. Make Markdown Using Java

    Make a new Markdown in Java in a few steps. Easily create Markdown using Java library....DocumentBuilder (doc); Font font = builder.getFont(); font.setName( "Courier...New" ); font.setColor(Color.BLUE); font.setSize( 36 ); font.setHighlightColor(Color...

    products.aspose.com/words/java/make/md/