Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 211,547 for

new

(0.97 sec)
  1. OlePackage | Aspose.Words for Java

    Allows to access OLE Package properties in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...DocumentHelper.getBytesFromStream(new FileInputStream(getDatabaseDir()...

    reference.aspose.com/words/java/com.aspose.word...
  2. 新建一个DwgImage对象,插入线段、图形以及图片,保存为PDF时都可以显示,保存成dwg时...

    public static void main(String[] args) { // 创建一个新的CadImage实例,指定DWG版本 DwgImage dwgImage = New DwgImage(); // 创建一条直线 CadLine line = New CadLine(); line.setFirstPoint(New Cad3DPoint(0, 0, 0)); line.setSec…...dwgImage = new DwgImage(); // 创建一条直线 CadLine line = new CadLine();...setFirstPoint(new Cad3DPoint(0, 0, 0)); line.setSecondPoint(new Cad3DPoint(0...

    forum.aspose.com/t/dwgimage-pdf-dwg/320179
  3. JsonDataLoadOptions | Aspose.Words for Java

    Represents options for parsing JSON data in Java.... Document doc = new Document(getMyDir() + "Reporting...JsonDataLoadOptions options = new JsonDataLoadOptions(); { options...

    reference.aspose.com/words/java/com.aspose.word...
  4. FindReplaceOptions.replacingCallback property |...

    FindReplaceOptions.replacingCallback property. The user-defined method which is called before every replace occurrence....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . writeln ( "Our new location in New York City is opening...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. NodeRendererBase.RenderToScale | Aspose.Words f...

    Discover the NodeRendererBase RenderToScale method—efficiently render shapes into Graphics objects at any scale for enhanced visual output....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...ShapeForm shapeForm = new ShapeForm ( new Size ( 1017 , 840 ));...

    reference.aspose.com/words/net/aspose.words.ren...
  6. Document.Convert error when converting digital ...

    We are merging PDF’s and then trying to convert the PDF to Pdf_A_2A. We dont need the old signature we simply just want to merge the document. We get an error after trying to upgrade to 24.8.0 or higher, we also see the…...the code: var pdfDokument = new Pdf.Document(); foreach(var fil...var stream = new MemoryStream(bytes); var doc = new Pdf.Document(stream);...

    forum.aspose.com/t/document-convert-error-when-...
  7. Issue Text : Box child can not be null - Free S...

    Hi, i have generating the pdf dynamically using c#. After appending the data to document, try to save the document using document.save or memory stream. During the time i have facing the below issue. Box child can not …...Table questiontable = new Aspose.Pdf.Table(); questiontable...Add(); CellData.Paragraphs.Add(new Aspose.Pdf.HtmlFragment(“ ” +...

    forum.aspose.com/t/issue-text-box-child-can-not...
  8. ReportBuilderContext.DataSources | Aspose.Words...

    Discover the DataSources property of ReportBuilderContext for seamless report creation with versatile data sources tailored to your needs....stream: MessageTestClass sender = new MessageTestClass ( "LINQ Reporting...using ( FileStream streamIn = new FileStream ( MyDir + "Report...

    reference.aspose.com/words/net/aspose.words.low...
  9. PSD PSB Reduce Size Solution | products.aspose.com

    Reduce PSD files size...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/reduce-size/
  10. Printing Barcodes in Report Using Data Source|D...

    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.... This time, create a new data source inherited from the...private Object [][] data = { { new Integer ( 22 ), "Bill Ott" ,...

    docs.aspose.com/barcode/jasperreports/printing-...