Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 210,843 for

new

(0.16 sec)
  1. IFieldUpdatingCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom methods called during a field update in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldUpdatingCallbac callback = new FieldUpdatingCallbac(); doc.getFieldOptions()...

    reference.aspose.com/words/java/com.aspose.word...
  2. BarcodeParameters Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.BarcodeParameters class—your essential tool for seamless barcode generation and customization in document processing....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldOptions . BarcodeGenerator = new CustomBarcodeGenerat (); // Below...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Creating a non editable pdf blurs the text - Fr...

    On creating PDF non editable by using below code. The non editable PDF look is not in sync with the normal editable pdf. Content of Non editable pdf shrinks a little and becomes blurry on zooming in. Code which we are …...document Document pdfDocument = new Document(DownloadPath + reportRequestQueueid...Aspose.Pdf.Document imagePdf = new Aspose.Pdf.Document(); //Aspose...

    forum.aspose.com/t/creating-a-non-editable-pdf-...
  4. 使用 Java 製作 PDF

    通過幾個步驟在 Java 中創建一個新的 PDF。使用 Java 庫輕鬆創建 PDF。...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/zh-hant/java/make/pdf/
  5. 档案

    档案...doc = new Document(); // 初始化 Page 类对象 Page page = new Page();...Outline 类对象 Outline outline = new Outline(); // 初始化 TextStyle 类对象并设置格式属性...

    blog.aspose.com/zh/note/create-bulleted-or-numb...
  6. Aspose::Words::Fonts::TableSubstitutionRule::Lo...

    Aspose::Words::Fonts::TableSubstitutionRule::Load method. Loads table substitution settings from XML stream in C++....fontSettings ); // Create a new table substitution rule and load..."Times New Roman" since they do not exist in our new font folder...

    reference.aspose.com/words/cpp/aspose.words.fon...
  7. Aspose.PSD for .NET 23.12 - Release Notes|Docum...

    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....of Raster Image rendering in new version of AI Feature PSDNET-1454...of Raster Image rendering in new version of AI string sourceFile...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-1...
  8. PDF Multimedia Annotation using C#|Aspose.PDF f...

    Aspose.PDF for .NET allows you to add, get, and delete the multimedia annotation from your PDF document....PDF document using ( cument = new Aspose . Pdf . Document ( dataDir...Annotation var screenAnnotation = new Aspose . Pdf . Annotations ....

    docs.aspose.com/pdf/net/multimedia-annotation/
  9. AxisBound.Value | Aspose.Words for .NET

    Discover AxisBound Value. Effortlessly retrieve numeric axis bounds for precise data visualization and enhanced analytical insights....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...1" , new [] { 1.1 , 5.4 , 7.9 , 3.5 , 2.1 , 9.7 }, new [] { 2...

    reference.aspose.com/words/net/aspose.words.dra...
  10. HtmlLoadOptions.PageInfo.AnyMargin does not wor...

    When I render PDF from HTML, PageInfo.AnyMargin does not seem to have any effect. This it the code I’m using private void CreatePdfDocument() { using var ms = New MemoryStream(Encoding.UTF8.GetBytes(_htmlDocument.H…...CreatePdfDocument() { using var ms = new MemoryStream(Encoding.UTF8.G...GetHtmlLoadOptions(); _pdfDocument = new Document(ms, options); } protected...

    forum.aspose.com/t/htmlloadoptions-pageinfo-any...