Sort Score
Result 10 results
Languages All
Labels All
Results 2,931 - 2,940 of 213,057 for

new

(0.19 sec)
  1. FieldMergeBarcode.ForegroundColor | Aspose.Word...

    Discover the FieldMergeBarcode ForegroundColor property to customize your barcode's appearance. Easily set colors with values from 0 to 0xFFFFFF!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...The mail merge will create a new page for each row. Each page...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Connectors not importing correctly - Free Suppo...

    After importing vsd file, some connectors have extra entry in geometry section, which results in extra lines at the end of connectors. vsd file in question and screenshot of an issue: connector issue.zip (218.5 KB) Th…...File file = new File(PATH_TO_VSD_FILE); Diagram d = new Diagram(file...unnecessary geometry entries and add new ones as needed. Here’s a code...

    forum.aspose.com/t/connectors-not-importing-cor...
  3. Is it possible to convert LaunchAction to URIAc...

    Hi Aspose team, in my scenario I have PDF documents that are pointing to network file which is opened via LaunchAction. After migration to SharePoint, I replaced link from network drive to SharePoint location but Launch…... Create a new GoToURIAction with the SharePoint...Replace the LaunchAction with the new GoToURIAction . Here’s a code...

    forum.aspose.com/t/is-it-possible-to-convert-la...
  4. Convert PDF to Excel|Aspose.PDF for Java

    Aspose.PDF for Java allows you to convert PDF to Excel format using java. During this, the individual pages of the PDF file are converted to Excel worksheets....document Document pdfDocument = new Document ( _dataDir + "input...ExcelSaveOptions excelsave = new ExcelSaveOptions (); // Save...

    docs.aspose.com/pdf/java/convert-pdf-to-excel/
  5. Comment.setText method | Aspose.Words for Node.js

    Comment.setText method. This is a convenience method that allows to easily set text of the comment....Description text string The new text of the comment. Remarks...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Some fonts are replaced with Calibri in the fin...

    Hi, I am setting the embedtruetypefonts = true while creating the Word document from the dotx template. But some fonts are replaced with Calibri in the final doc. Can you please help me on this? Thanks Jithin V P...ImportFormatOptions importFormatOptions = new ImportFormatOptions(); importFormatOptions...false; Document finaleDocument = new Document(templatePath + "NewDocument...

    forum.aspose.com/t/some-fonts-are-replaced-with...
  7. 使用 C# 操作 PDF 中的注释 | Aspose.PDF

    通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上操作 PDF 文件中注释的 C# 源代码。...pdf" ); var pdfDocument = new Aspose . Pdf . Document ( inputFile...inputFile ); var textAnnotation = new Aspose . Pdf . Annotations ....

    products.aspose.com/pdf/zh-hans/net/annotation/
  8. Move PDF Pages programmatically C#|Aspose.PDF f...

    Try to move pages at desired location or at the end of a PDF file using Aspose.PDF for .NET....documents using ( var srcDocument = new Aspose . Pdf . Document ( dataDir...{ using ( var dstDocument = new Aspose . Pdf . Document ()) {...

    docs.aspose.com/pdf/net/move-pages/
  9. How do I get a non named range using cell addre...

    Hi, I want to get a range using referred area. So when I get precedent for a range I want to be able to get that precedent as a range object instead of a referred area object. How can I do that, the only option I have …...because that ends up adding new cells and removing the old values...cell address without creating a new range, you can utilize the createRange...

    forum.aspose.com/t/how-do-i-get-a-non-named-ran...
  10. Aspose.Words compare incorrect since updating t...

    Hi there We use Aspose.Words to compare docx documents. This worked as expected until today when we performed our updates. After bisecting we discovered that this incorrect behavior started with Aspose.Words 25.6 The…...this using var leftStream = new FileStream("left.docx", FileMode...Read); using var rightStream = new FileStream("right.docx", FileMode...

    forum.aspose.com/t/aspose-words-compare-incorre...