Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 1,650 for

csharp

(0.08 sec)
  1. System.Drawing.Common dependency on linux envir...

    We are facing an issue when trying to convert a PostScript file to PDF in containerized Linux environments (.NET 9). When calling the SaveAsPdf method on a PsDocument, the following exception is thrown: pgsql CopyEdit …...the exception is as follows: csharp CopyEdit using (FileStream...as shown in the code below: csharp CopyEdit public override void...

    forum.aspose.com/t/system-drawing-common-depend...
  2. Managing Project Currency Digits | Aspose.Tasks...

    Learn how to view, set, and retrieve currency digits (decimal places) in Microsoft Project (MPP/XML) files using Aspose.Tasks for .NET, with examples and best practices....CurrencyDigits , 2); Examples-CSharp-WorkingWithCurrencie-SetCurrencyDigits...CurrencyDigits )); Examples-CSharp-WorkingWithCurrencie-GetCurrencyDigits...

    docs.aspose.com/tasks/net/managing-currency-dig...
  3. General Resource Assignment Properties | Aspose...

    Learn how to read and edit general properties of Microsoft Project (MPP/XML) resource assignments using Aspose.Tasks for .NET. Includes practical C# examples for setting and getting UID, Start, and Finish values....(task, resource); Examples-CSharp-WorkingWithResourceA-SetGeneralResourceAs...ToShortDateString ()); 9 } Examples-CSharp-WorkingWithResourceA-GetGeneralResourceAs...

    docs.aspose.com/tasks/net/general-resource-assi...
  4. Load, Extract Data and Save from TTF | .NET

    C# APIs for the developers to manipulate and font files. Learn the fundamentals on how to load and save TTF and OTF fonts within .NET....Open (fd) as TtfFont; Examples-CSharp-WorkingWithTrueTypeA-LoadTrueTypeFonts-1...Save (outputFile); Examples-CSharp-WorkingWithTrueTypeA-SaveTTFToDisc-1...

    docs.aspose.com/font/net/loading-saving-truetyp...
  5. Tasks and Calendars | Aspose.Tasks Documentation

    Learn how to associate and manage calendars with Microsoft Project (MPP/XML) tasks using Aspose.Tasks for .NET. Includes C# examples for setting and reading task calendars.... Calendar , cal); Examples-CSharp-WorkingWithTasks-WriteTaskCalendar...cal. Name ); 14 } Examples-CSharp-WorkingWithTasks-ReadTaskCalendar...

    docs.aspose.com/tasks/net/tasks-and-calendars/
  6. How to Run the Examples|Documentation

    Learn how to run the examples relating to PSD file format library that are hosted on GitHub....contains input files which CSharp examples used. It is mandatory...

    docs.aspose.com/psd/net/how-to-run-the-examples/
  7. Working with Views | Aspose.Tasks Documentation

    Learn how to work with views in Microsoft Project files using Aspose.Tasks for .NET, including customization of Gantt charts, timescale settings, text styling, and saving with specific views.... ToString ()); Examples-CSharp-WorkingWithProjects-Workin...WriteViewData = true }); Examples-CSharp-WorkingWithProjects-Workin...

    docs.aspose.com/tasks/net/working-with-project-...
  8. Licensing and Subscription | Aspose.Tasks Docum...

    Aspose.Tasks for .NET provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation using Licensing and Subscription policies.... XML ); Examples-CSharp-Licensing-EvaluationDateTi..."Aspose.Tasks.lic" ); Examples-CSharp-Licensing-ApplyLicenseUsingFil...

    docs.aspose.com/tasks/net/licensing/
  9. Licensing | Aspose.PUB for .NET

    Evaluate C# Publisher PUB Conversion and Manipulation API and set license to avoid evaluation limitations....SetLicense (fileName); Examples-CSharp-GettingStarted-LoadLicense...SetLicense (myStream); Examples-CSharp-GettingStarted-LoadLicense...

    docs.aspose.com/pub/net/licensing/
  10. "The root object missing or invalid" error when...

    Good afternoon. I’m using Aspose.PDF version 25.7.0. I have a PDF 1.7 file and want to programmatically create another PDF document based on it: Csharp using Aspose.Pdf; class Program { static void Main() { var pd…...another PDF document based on it: csharp using Aspose.Pdf; class Program...

    forum.aspose.com/t/the-root-object-missing-or-i...