Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 8,534 for

font export

(0.14 sec)
  1. Keeping the header and the footer when saving a...

    Hello, I’ve tried to save a xlsx file in html, but I’ve lost the header and the footer in the output file. I think it’s the normal functionality of excel but just to be sur do you have a way to keep the header dans foo…...the header and footer when exporting to HTML, you need to manually...headers and footers in the HTML export. Code Here’s a sample code...

    forum.aspose.com/t/keeping-the-header-and-the-f...
  2. HtmlSaveOptions.ExportCidUrlsForMhtmlResources ...

    Discover how HtmlSaveOptions' ExportCidUrlsForMhtmlResources enhances MHTML documents by enabling CID URLs for images, Fonts, and CSS. Default, false....reference resources (images, fonts, CSS) included in MHTML documents...doesn’t load CSS styles), try exporting the document with CID URLs...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Manipulating SVG Images|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....] Saving SVG with Fonts embedded or Exported Using Aspose.Imaging...can save SVG with fonts embedded or exported. Using this sample...

    docs.aspose.com/imaging/java/manipulating-svg-i...
  4. PdfSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.PDF format in Java....whether to allow embedding fonts with PostScript outlines when...when embedding TrueType fonts in a document upon it is saved. ...

    reference.aspose.com/words/java/com.aspose.word...
  5. Printing Barcodes in Report Using Data Source|D...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....textAlignment = "Center" > < font size = "12" /> </ textElement...textAlignment = "Center" > < font size = "12" /> </ textElement...

    docs.aspose.com/barcode/jasperreports/printing-...
  6. Enable OpenType Features in C++|Aspose.Words fo...

    Advanced typography features using C++....Contents [ Hide ] OpenType is a font format, introduced to provide... A text shaper represents a font and computes shaping information...

    docs.aspose.com/words/cpp/enable-opentype-featu...
  7. How to Convert Excel to HTML using C#

    This brief tutorial will explain how to convert Excel to HTML using C#. By using C# Excel to HTML conversion can be completed easily by following a few steps and a short code snippet....Font Product Family Aspose.TeX Product...file to HTML format. Code to Export Excel to HTML in C# To convert...

    kb.aspose.com/cells/net/how-to-convert-excel-to...
  8. Aspose::Words::Saving::FontSavingArgs::get_IsEx...

    Aspose::Words::Saving::FontSavingArgs::get_IsExportNeeded method. Allows to specify whether the current Font will be Exported as a Font resource. Default is true in C++....whether the current font will be exported as a font resource. Default...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Manipulating SVG Files|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....] Saving SVG with Fonts embedded or Exported Using Aspose.Imaging...can save SVG with fonts embedded or exported. Using this sample...

    docs.aspose.com/imaging/net/manipulating-svg-fi...
  10. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the Font is not missing; this is my code public static void streamToDocX1(String docFilePath, OutputStream stream) throws Exception { document = new Document(docFilePath); docume…...at this issue, Can I put this font in the static file of my project...Aspose.Words does not read fonts packed into JAR or WAR. So in...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...