Sort Score
Result 10 results
Languages All
Labels All
Results 5,241 - 5,250 of 214,359 for

new

(0.21 sec)
  1. 使用 PHP 的 PDF 转换解决方案 | Aspose.PDF

    使用 Aspose.PDF for PHP 透過 Java 將 PDF 轉換為 DOCX、PPTX、XLS、XLSX、EPUB、TEX、MHTML、Markdown 等格式。...lic" ; $licenceObject = new License (); $licenceObject ->...the PDF document $document = new Document ( $inputFile ); // Create...

    products.aspose.com/pdf/zh-hant/php-java/conver...
  2. Joining Word Documents Together|Aspose.Words fo...

    Join a few document together or append them easily and fast instead of using VSTO in C#....headers and footers of this new section are unlinked so they...appended to. Document dstDoc = new Document ( ); // We should call...

    docs.aspose.com/words/net/joining-word-document...
  3. ParagraphAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.ParagraphAlignment enum for precise text alignment in your documents. Enhance readability and formatting with ease!... Document doc = new Document (); // A blank document...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/net/aspose.words/par...
  4. 使用 Java 在演示文稿中自定义图表轴|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for Java 在 PowerPoint 演示文稿中自定义图表轴,以用于报告和可视化。...中获取所需的值: Presentation pres = new Presentation (); try { Chart...代码演示了如何在图表上执行轴之间的数据交换任务: Presentation pres = new Presentation (); try { IChart...

    docs.aspose.com/slides/zh/java/chart-axis/
  5. DOCX -> TIFF conversion creates additional page...

    When converting from DOCX to TIFF page by page using Document. extractPages() for the first page in the document an additional extra empty page is created. The issue can be replicated using this document: GEN_Formular…... Document doc = new Document("path/to/your/document... ImageSaveOptions options = new ImageSaveOptions(SaveFormat.TIFF);...

    forum.aspose.com/t/docx-tiff-conversion-creates...
  6. Table row splitting between pages when converti...

    Hi, I am converting HTML TO PDF using Aspose.PDF package. My table row is getting split between pages of generated PDF. Same issue was earlier reported by one of the user on your forum with Issue ID (PDFNET-56889) and i…...inStream = new MemoryStream(byteArray)) { var options = new HtmlLoadOptions()...true, PageInfo = new PageInfo() { Margin = new MarginInfo(0, 0...

    forum.aspose.com/t/table-row-splitting-between-...
  7. FontInfoCollection | Aspose.Words for Java

    Represents a collection of fonts used in a document in Java.... Document doc = new Document(getMyDir() + "Document...in a document. Document doc = new Document(getMyDir() + "Embedded...

    reference.aspose.com/words/java/com.aspose.word...
  8. Pdf compare - Free Support Forum - aspose.com

    Hi, I am trying to compare two pdf using private static void ComparingEntireDocuments() { // The path to the documents directory var dataDir = RunExamples.GetDataDir_AsposePdf_DocumentCompare(); // Open PD…...documents using (var document1 = new Aspose.Pdf.Document(dataDir +...pdf")) { using (var document2 = new Aspose.Pdf.Document(dataDir +...

    forum.aspose.com/t/pdf-compare/316339
  9. Extracting text from passport images|Documentation

    How to digitize scanned or photographed passports by automatically extracting text from them.... AsposeOCR api = new AsposeOCR (); // Add images to...recognition batch OcrInput input = new OcrInput ( InputType . SingleImage...

    docs.aspose.com/ocr/java/recognition/passport/
  10. ChartAxis.majorUnitIsAuto property | Aspose.Wor...

    ChartAxis.majorUnitIsAuto property. Gets or sets a flag indicating whether default distance between major tick marks shall be used....let doc = new aw . Document (); let builder = new aw . DocumentBuilder... axis . scaling . minimum = new aw . Drawing . Charts . AxisBound...

    reference.aspose.com/words/nodejs-net/aspose.wo...