Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 200,011 for

new

(0.08 sec)
  1. PDF 粘性注释|Aspose.PDF for PHP via Java

    本主题关于粘性注释,作为示例我们展示了文本中的水印注释。它用于表示页面上的图形。查看代码片段以解决此任务。...$document = new Document ( $inputFile ); $fontRepository = new FontRepository...FontRepository (); $colors = new Color (); // 获取特定页面 $page = $document...

    docs.aspose.com/pdf/zh/php-java/sticky-annotati...
  2. Adding Transformation to the Node|Documentation

    Aspose.3D for Node.js via Java API has support to rotate objects in 3D space. There are three ways to define object's rotation in 3D space, Euler angles, Quaternion and Custom Matrix, all of them are supported by the Transform class....Initialize scene object var scene = new aspose . threed . Scene (); //...Initialize cylinder var cylinder = new aspose . threed . Cylinder (...

    docs.aspose.com/3d/nodejs-java/adding-transform...
  3. CultureNotFoundException | Aspose.Words for Java

    Map for .Nets System.Globalization.CultureNotFoundException in Java....(Exception e) Initializes a new instance of this class. Cult...nt cultureId) Initializes a new instance of this class. Cult...

    reference.aspose.com/words/java/com.aspose.word...
  4. Compress Images in PHP|Aspose.Words for Java

    Compress Images using PHP....docx" ; $ messageFormat = new Java ( "java.text.MessageFormat"...die ( "I M HERE" ); $ doc = new Java ( "com.aspose.words.Document"...

    docs.aspose.com/words/java/compress-images-in-php/
  5. Convert HTML to PDF file in Java|Aspose.PDF for...

    Explore how to convert HTML content into PDF format using Aspose.PDF in Java....document Document document = new Document ( DATA_DIR + "PDFToHTML...HtmlSaveOptions htmlsaveOptions = new HtmlSaveOptions (); // Save the...

    docs.aspose.com/pdf/java/convert-html-to-pdf/
  6. Extract data from AcroForm|Aspose.PDF for Andro...

    AcroForms exists in many PDF documents. This article aims to help you understand how to extract data from AcroForms with the Aspose.PDF....Open document try { document = new Document ( inputStream ); } catch...all fields StringBuilder sb = new StringBuilder (); for ( com ...

    docs.aspose.com/pdf/androidjava/extract-data-fr...
  7. Issue with custom fonts converting from word to...

    We have an issue converting a word document to pdf with a custom font. I’ve tried several ways to setup the custom fonts, but so far it always failed. here is my code: string[] fontFolders = FontsLoader.GetFontFolder…...Document doc = new Aspose.Words.Document(context...SourcePath); doc.FontSettings = new FontSettings(); doc.FontSettings...

    forum.aspose.com/t/issue-with-custom-fonts-conv...
  8. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for Java....Follow the steps below: Create a new PDF Document Add Page to pages...Create a new PDF document Document pdfDocument = new Document...

    docs.aspose.com/pdf/java/add-rectangle/
  9. Splitter | Aspose.Words for Java

    Provides methods intended to split the documents into parts using different criteria in Java....create(SplitterContext context) Creates new instance of the splitter processor...saves the extracted pages to a new file using the specified save...

    reference.aspose.com/words/java/com.aspose.word...
  10. PDF Highlight Annotation using C#|Aspose.PDF fo...

    Learn how to add highlights annotation to PDF documents in .NET using Aspose.PDF for text emphasis and review....actions: Load the PDF file - new Document object. Create annotations:...document using ( var document = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/net/highlights-annotation/