Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 293 for

dynamic

(0.06 sec)
  1. Fail to convert dynamic XFA form to static on ....

    Hi, I use this snippet to convert Dynamic XFA form to static form with Aspose.PDF .Net version 21.10.1. using (var document = new Document(inFile)) { // Check if input file is Dynamic form, then we change it to stati…...Fail to convert dynamic XFA form to static on .Net 5.0 Linux...use this snippet to convert dynamic XFA form to static form with...

    forum.aspose.com/t/fail-to-convert-dynamic-xfa-...
  2. While converting XLSX to PDF Dynamic marker is ...

    I have applied Dynamic marker in template.xlsx but it is not reflecting in Generated PDF file. JAVA Code . WorkbookDesigner w=new WorkbookDesigner(); Template template=dao.getTemplate(templateID); InputStream inp…...While converting XLSX to PDF Dynamic marker is not working Aspose... 5:51pm #1 I have applied Dynamic marker in template.xlsx but...

    forum.aspose.com/t/while-converting-xlsx-to-pdf...
  3. MailMergeDataType | Aspose.Words for Java

    Specifies the type of an external mail merge data source in Java....an Access database via the Dynamic Data Exchange (DDE) system...Excel spreadsheet via the Dynamic Data Exchange (DDE) system...

    reference.aspose.com/words/java/com.aspose.word...
  4. MailMergeDataType enumeration | Aspose.Words fo...

    aspose.words.settings.MailMergeDataType enumeration. Specifies the type of an external mail merge data source....connected to a text file via the Dynamic Data Exchange (DDE) system...an Access database via the Dynamic Data Exchange (DDE) system...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Settings::MailMergeDataType enum...

    Aspose::Words::Settings::MailMergeDataType enum. Specifies the type of an external mail merge data source in C++....connected to a text file via the Dynamic Data Exchange (DDE) system...an Access database via the Dynamic Data Exchange (DDE) system...

    reference.aspose.com/words/cpp/aspose.words.set...
  6. ReportingEngine.UseReflectionOptimization | Asp...

    Optimize custom type member invocations with ReportingEngine's UseReflectionOptimization property. Enhance performance with Dynamic class generation for better efficiency....reflection API are optimized using dynamic class generation or not. The...time, then an overhead of dynamic class generation can be more...

    reference.aspose.com/words/net/aspose.words.rep...
  7. MailMergeDataType enumeration | Aspose.Words fo...

    Aspose.Words.Settings.MailMergeDataType enumeration. Specifies the type of an external mail merge data source....connected to a text file via the Dynamic Data Exchange (DDE) system...an Access database via the Dynamic Data Exchange (DDE) system...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ReportingEngine.use_reflection_optimization pro...

    ReportingEngine.use_reflection_optimization property. Gets or sets a value indicating whether invocations of custom type members performed via reflection API are optimized using Dynamic class generation or not...reflection API are optimized using dynamic class generation or not. The...time, then an overhead of dynamic class generation can be more...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Workbook hangs on calculateformula and RefreshD...

    PFA workbook (9.6 MB) Sample code: var workbook = new Aspose.Cells.Workbook(@"Slow Calc.xlsx"); var options = new CalculationOptions { CustomEngine = null, IgnoreError =…...This is important because dynamic array formulas need to be refreshed...CalculationPrecision.Decimal }; // Refresh dynamic array formulas first workbook...

    forum.aspose.com/t/workbook-hangs-on-calculatef...
  10. Export Jira tasks to MS Project MPP file

    Write your own converter which allows to export issues from JIRA using REST API and save them to MPP or Primavera files....GetStringAsync (endPointAddress); 29 dynamic deserialized = JObject. Parse...string, dynamic > rawTasks = new Dictionary < string, dynamic > ();...

    docs.aspose.com/tasks/net/convert-jira-to-mpp/