Sort Score
Result 10 results
Languages All
Labels All
Results 9,381 - 9,390 of 213,228 for

new

(0.16 sec)
  1. Merge XML files using Java | Aspose.PDF

    Merge XML files programmatically with Java sample code using Aspose.PDF for Java...file: XslFoLoadOptions options = new XslFoLoadOptions ( "employees...object Document pdfDocument1 = new Document ( "employees1.xml" ...

    products.aspose.com/pdf/java/merger/xml/
  2. 如何用 C++ 添加 Strikeout 注解 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上在 PDF 文件中添加 Strikeout 注释的源代码...PDF file Document document = new Document ( System . IO . Path... = new StrikeoutAnnotation ( document . Pages [ 1 ], new Rectangle...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  3. 将 PDF 转换为 PowerPoint|Aspose.PDF for Android via...

    Aspose.PDF 允许您将 PDF 转换为 PowerPoint 格式。 一种方法是将 PDF 转换为带有幻灯片图像的 PPTX。...// 加载 PDF 文档 try { document = new Document ( inputStream ); } catch...PptxSaveOptions pptxSaveOptions = new PptxSaveOptions (); // 将输出保存为...

    docs.aspose.com/pdf/zh/androidjava/convert-pdf-...
  4. Aspose.PSD for Java 20.2 - Release Notes|Docume...

    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....(); PngOptions pngOptions = new PngOptions (); pngOptions . setColorType...{ if (! condition ) { throw new FormatException ( message );...

    docs.aspose.com/psd/java/aspose-psd-for-java-20...
  5. Word and PDF mismatch v2 - Free Support Forum -...

    Hello, Back in May i reported issue with Word vs PDF mismatch while merging columns and using page break before paragraph setting. It was under link Word and Pdf mismatch. It was fixed, but it appears that while extendi…...moved into new page. Samle code: Document doc = new Document();...Document(); DocumentBuilder builder = new DocumentBuilder(doc); Table table...

    forum.aspose.com/t/word-and-pdf-mismatch-v2/272282
  6. 在工作簿内复制工作表|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.... //Create a new Workbook. //Open an existing...existing Excel file. Workbook wb = new Workbook ( "ResultedBook.xls"...

    docs.aspose.com/cells/zh/net/copy-worksheets-wi...
  7. Convert PDF to HTML page by page - Free Support...

    I have 100 PDF files, and I want to convert them to HTML on a per-page basis, with a separate folder for each PDF file containing all the HTML pages. I can’t find such a functionality or setting in Aspose PDF Converter. …...code snippet: Document doc = new Document(dataDir + "input.pdf");...Pages) { Document document = new Document(); document.Pages.Add(page);...

    forum.aspose.com/t/convert-pdf-to-html-page-by-...
  8. Font.nameOther property | Aspose.Words for Node.js

    Font.nameOther property. Returns or sets the font used for characters with character codes from 128 through 255....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...font . nameOther = "Courier New" ; // Insert a run with one word...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose.PDF for java 打印pdf 很模糊 发虚 - Free Support...

    public boolean printPdf(String filePath, PrintService printService) { try { PdfUtil.getLicense(); PdfViewer viewer = New PdfViewer(); viewer.bindPdf(filePath); viewer.setAutoResize(true); // Print the file wit…...getLicense(); PdfViewer viewer = new PdfViewer(); viewer.bindPdf(filePath);...PdfPrinterSettings printerSettings = new PdfPrinterSettings(); PrintPageSettings...

    forum.aspose.com/t/aspose-pdf-for-java-pdf/316595
  10. DWG to svg,我想在转svg的时候携带一些属性,我该如何操作? - Free Supp...

    使用Aspose for Java将DWG to svg,我想在转svg的时候携带一些自定义属性到svg的path、text元素中,我该如何操作?...dwg");<br>ByteArrayOutputStrea baos = new ByteArrayOutputStrea();<br>SvgOptions...vgOptions svgOpts = new SvgOptions();<br>cad.save(baos, svgOpts);<br>String...

    forum.aspose.com/t/dwg-to-svg-svg/323730