Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 227,511 for

new

(0.52 sec)
  1. 关于创建dwg - Free Support Forum - aspose.com

    大家全新创建一个dwg,然后加入图块insert,线,圆,圆弧,文字,多段线的例子么, 目前我是需要从磁盘加载A.dwg,然后新建一个B.dwg,将A的某些元素拷贝B.dwg,然后保存,一直都没有成功过,寻求大伙的帮助。...List<CadEntityBase> newEntities = new ArrayList<>(); // grab first...newEntities.add(entityFromSource); // new CadLwPolyline entity List<Cad2DPoint>...

    forum.aspose.com/t/dwg/329253
  2. CompareOptions | Aspose.Words for Java

    Allows to choose additional options for document comparison operation in Java....docOriginal = new Document(); DocumentBuilder builder = new Documen...newComment = new Comment(docOriginal, "John Doe", "J.D.", new Date());...

    reference.aspose.com/words/java/com.aspose.word...
  3. Working with Operators|Aspose.PDF for .NET

    This topic explains how to use operators with Aspose.PDF. The operator classes provide great features for PDF manipulation....document using ( var document = new Aspose . Pdf . Document ( dataDir...stream using ( var imageStream = new FileStream ( dataDir + "PDFOperators...

    docs.aspose.com/pdf/net/working-with-operators/
  4. PageRange class | Aspose.Words for Node.js

    Aspose.Words.Saving.PageRange class. Represents a continuous range of pages...PageRange(from, to) Creates a new page range object. Examples Shows...exact page ranges. let doc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. RgbToDeviceGrayConversionStrategy() converts AL...

    Hello, I’d like to convert only one page to grayscale. But Aspose.PDF (version 26.4 for .NET Framework 4.0) grayscaled all pages in the file! My code snippet is below. Mikhael ‘’’ Dim sPDFFile = “C:\In\TEST_Print.pd…...pdf” Using pdfDocument = New Document(sPDFFile) Dim pdfPage...pdfDocument.Pages(2) Dim strategy = New RgbToDeviceGrayConve() strategy...

    forum.aspose.com/t/rgbtodevicegrayconversionstr...
  6. MailMergerContext Class | Aspose.Words for .NET

    Discover the powerful Aspose.Words.LowCode.MailMergerContext class for seamless mail merging, enhancing your document automation with ease and efficiency....doc" ; string [] fieldNames = new string [] { "FirstName" , "Location"... }; string [] fieldValues = new string [] { "James Bond" , "London"...

    reference.aspose.com/words/net/aspose.words.low...
  7. Save PDF document programmatically|Aspose.PDF f...

    Learn how to save PDF file with Aspose.PDF for Rust via C++....demonstrates the new method for creating a new PDF document, which...Create a new PDF-document let pdf = Document :: new () ? ; //...

    docs.aspose.com/pdf/rust-cpp/save-pdf-document/
  8. Multiple signing issue. Only last sign is valid...

    Hello! I choose between different library to work with pdf and i wanna choose Aspose, but cannot find solution for sign document multiple times. I saw different topics at forum, but no worked solution. Have been tried d…...startY) { using var pdfDocument = new Aspose.Pdf.Document(inputFile);...Document(inputFile); using var signature = new Aspose.Pdf.Facades.PdfFileSignature(pdfDocument);...

    forum.aspose.com/t/multiple-signing-issue-only-...
  9. 使用 FloatingBox 进行文本生成|Aspose.PDF for .NET

    本页面解释如何在浮动框内格式化文本。...document using ( var document = new Aspose . Pdf . Document ()) {...Create and fill box var box = new Aspose . Pdf . FloatingBox (...

    docs.aspose.com/pdf/zh/net/floating-box/
  10. Comment.dateTimeUtc property | Aspose.Words for...

    Comment.dateTimeUtc property. Gets the UTC date and time that the comment was made....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...DocumentBuilder ( doc ); let date = new Date ( 2021 , 9 , 21 , 10 , 0...

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