Sort Score
Result 10 results
Languages All
Labels All
Results 3,551 - 3,560 of 213,069 for

new

(0.25 sec)
  1. Detect Encoding|Documentation

    Learn how to control automatic character encoding detection when reading barcodes in Aspose.BarCode for Java....BarcodeGenerator generator = new BarcodeGenerator ( EncodeTypes...detection BarCodeReader reader = new BarCodeReader ( ExampleAssist...

    docs.aspose.com/barcode/java/developer-guide/ba...
  2. Converting EML to MSG produces a strange MSG fo...

    We have a conversion program that converts emails to PDF. When I export an email in Outlook as an MSG file, it converts to PDF without any problems. If I then convert the MSG file to EML using Aspose, I can also convert…...options MsgSaveOptions saveOpts = new MsgSaveOptions { // Preserve...options MsgSaveOptions opts = new MsgSaveOptions(); opts.setPr...

    forum.aspose.com/t/converting-eml-to-msg-produc...
  3. Aspose.Words hyphenation PDF Output differs fro...

    Hello, if we convert the attached Input Word File to PDF using german Hyphenation dictionary, the output PDF differs from the PDF which we export as PDF directly with Microsoft Word. How can we ensure that the output P…...registration: var loadOptions = new Words.Loading.LoadOptions { Encoding...putFile), }; var document = new Document(InputFile, loadOptions)...

    forum.aspose.com/t/aspose-words-hyphenation-pdf...
  4. Load, Extract Data and Save from TTF | Java

    Java APIs for the developers to manipulate and font files. Learn the fundamentals on how to load and save TTF fonts within Java....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/font/java/loading-saving-truety...
  5. Installing and Using Aspose.Total Project Wizar...

    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....this plugin will introduce a new project type – Aspose Application...creating a new project. Goto File menu Select New Project . Select...

    docs.aspose.com/total/java/installing-and-using...
  6. 通过 C++ 和 Node.js 打开不同格式的文件|Documentation

    Aspose.Cells for Node.js via C++ API 允许您打开/读取 XLSX、HTML、CSV、ODS、TSV、SXC、FODS 等不同格式。... const loadOptions3 = new AsposeCells . LoadOptions ( AsposeCells...path const wbSpreadSheetML = new AsposeCells . Workbook ( path...

    docs.aspose.com/cells/zh/nodejs-cpp/opening-fil...
  7. 使用 Node.js 和 C++ 将指定工作表保存为 PDF|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 将指定的工作表保存为 PDF。...excel file const workbook = new AsposeCells . Workbook ( filePath...output const pdfSaveOptions = new AsposeCells . PdfSaveOptions...

    docs.aspose.com/cells/zh/nodejs-cpp/save-specif...
  8. Move Figures to Even Pages and Content to Odd P...

    Hi, I have a DOCX file which was generated from HTML using Aspose.Words. Now I want to modify this DOCX so that: Figures (images with captions) only appear on even-numbered pages. Other content (paragraphs, tables, e…... Create a new document : Initialize a new document to hold...(text content), add it to the new document and check if it exceeds...

    forum.aspose.com/t/move-figures-to-even-pages-a...
  9. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells for Node.js via C++....cannot be displayed with Times New Roman , but it can be displayed...in a specific font like Times New Roman, Aspose.Cells changes the...

    docs.aspose.com/cells/nodejs-cpp/change-the-fon...
  10. 请教,如何在pdf中某一个固定位置插入一个base64image的图片,固定位置需要判断横向纵...

    public static void main(String[] args) { try { String inFilePath = "E:\\test\\pdf_signature\\a.pdf"; String outFilePath = "E:\\test\\pdf_signature\\z" + Instant.now().toEpochMilli() + ".pdf"; …...load Document pdfDocument = new Document(inFilePath); Page page...Image image = new Image(); image.setImageStream(new ByteArrayInputStream(Base64...

    forum.aspose.com/t/pdf-base64image/315504