Sort Score
Result 10 results
Languages All
Labels All
Results 4,881 - 4,890 of 214,357 for

new

(0.15 sec)
  1. Convert PDF/A to PDF format|Aspose.PDF for Java

    This topic show you how to Aspose.PDF allows to convert PDF/A file to PDF document with Java library....Document object Document document = new Document ( pdfaDocumentFileName...document = new Document ( pdfaDocumentFileName ); // Adding a new (empty)...

    docs.aspose.com/pdf/java/convert-pdfa-to-pdf/
  2. FieldAddressBlock.NameAndAddressFormat | Aspose...

    Discover the FieldAddressBlock's NameAndAddressFormat property to easily customize name and address formats for enhanced data management....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...like this. field . LanguageId = new CultureInfo ( "en-US" ). LCID...

    reference.aspose.com/words/net/aspose.words.fie...
  3. TxtSaveOptionsBase.paragraphBreak property | As...

    TxtSaveOptionsBase.paragraphBreak property. Specifies the string to use as a paragraph break when exporting in text formats....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...plaintext. let txtSaveOptions = new aw . Saving . TxtSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ConvertUtil.millimeterToPoint method | Aspose.W...

    ConvertUtil.millimeterToPoint method. Converts millimeters to points....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...Add content to demonstrate the new margins. builder . writeln (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. DocumentPartSavingArgs.Document | Aspose.Words ...

    Discover the DocumentPartSavingArgs property to access and manage the document object during the saving process, enhancing your workflow efficiency....DocumentPartsFileNam () { Document doc = new Document ( MyDir + "Rendering...HTML. HtmlSaveOptions options = new HtmlSaveOptions (); // If we...

    reference.aspose.com/words/net/aspose.words.sav...
  6. DeleteBlankRows() is deleting rows even if it h...

    Ideally, according to the documentation, DeleteBlankRows() should delete only rows which are empty i.e. the rows which does not have any content, images, charts, comments etc… But in the attached file below, Even the r…...6 KB) Workbook wb = new Workbook(filePath + "Testfile...if it gets fixed. Thank you. New folder1.zip (1.4 MB) amjad.sahi...

    forum.aspose.com/t/deleteblankrows-is-deleting-...
  7. Some shapes are stretched - Free Support Forum ...

    Hello, i have a mastershape consisting of several hundred shapes. If i drop this mastershape out of the vssx-file to a page by visio everything looks good. Even when I insert this master shape into a page using Microso…... Diagram diagram = new Diagram(); diagram.AddMaster("test_master...Aspose.Diagram.Page newPage = new Aspose.Diagram.Page(); newPage...

    forum.aspose.com/t/some-shapes-are-stretched/31...
  8. emf文件转PDF乱码 - Free Support Forum - aspose.com

    using (var image = (EmfImage)Aspose.Imaging.Image.Load(childEmfFilePath)) { using (FileStream outputStream = New FileStream(childPdfFilePath, FileMode.Create)) {//Aspose分辨率为96 using (PdfOptions pdfOptions…...using (FileStream outputStream = new FileStream(childPdfFilePath,...using (PdfOptions pdfOptions = new PdfOptions()) { using (EmfRasterizationOpti...

    forum.aspose.com/t/emf-pdf/319759
  9. With Smart Objects,warp is not work! - Free Sup...

    With Smart Objects,You can scale, rotate, skew, distort, perspective transform a layer, but warp! if you replace the contents, the warp can’t be successed. 截屏2021-11-11 下午12.11.19.jpg (187.1 KB) 但奇怪的是智能对象的warp操作信息并没有丢…... New Mesh warp is included: Aspose...PsdLoadOptions loadOptions = new PsdLoadOptions(); loadOptions...

    forum.aspose.com/t/with-smart-objects-warp-is-n...
  10. 使用Python替换PDF中的文本|Aspose.PDF for Python via .NET

    了解通过Aspose.PDF for Python via .NET库替换和删除文本的多种方法。... Document pdf = new Aspose . PDF . Document ( "c...TextFragmentAbsorber TextFragmentAbsorber = new Aspose . PDF . Text . TextFragmentAbsorber...

    docs.aspose.com/pdf/zh/python-net/replace-text-...