Skip to content

Instantly share code, notes, and snippets.

@Muzammil-khan
Muzammil-khan / SignPDFDocument_Python
Last active March 6, 2021 18:00 — forked from groupdocscloud/SignPDFDocument_Python
Sign PDF Documents with QR Code programmatically on the cloud using a REST API in Python. Programmatically upload a PDF file on the cloud Download the signed file from the cloud. Verify the signatures from a PDF document signed with QR Code programmatically.
1. Programmatically upload a PDF file on the cloud
2. Sign PDF Documents with QR Code programmatically on the cloud using a REST API in Python.
3. Verify the signatures from a PDF document signed with QR Code programmatically.
4. Download the signed file from the cloud.
This Gist contains CSharp code snippets for examples of Aspose.Words for .NET.
@Muzammil-khan
Muzammil-khan / AppConfigSMTPClientActivityLogging.config
Created October 30, 2018 05:31 — forked from aspose-email/AppConfigSMTPClientActivityLogging.config
This Gist contains CSharp code snippets for examples of Aspose.Email for .NET.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="Aspose.Email.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</sectionGroup>
</configSections>
<applicationSettings>
<Aspose.Email.Properties.Settings>
<setting name="SmtpDiagnosticLog" serializeAs="String">
@Muzammil-khan
Muzammil-khan / Aspose.Email for Python via .NET.py
Created September 27, 2018 05:20 — forked from aspose-email/Aspose.Email for Python via .NET.py
This Gist contains code snippets for examples of Aspose.Email for Python via .NET
Examples related to Aspose.Email for Python via .NET
// For complete examples and data files, please go to https://github.com/aspose-tasks/Aspose.Tasks-for-.NET
Project project = new Project(dataDir + "Project2.mpp");
SaveOptions options = new PdfSaveOptions();
options.Timescale = Timescale.Months;
options.View = ProjectView.GetDefaultGanttChartView();
GanttChartColumn column1 = options.View.Columns[2] as GanttChartColumn;
column1.StringAlignment = StringAlignment.Center;
column1 = options.View.Columns[3] as GanttChartColumn;
column1.StringAlignment = StringAlignment.Far;
// For complete examples and data files, please go to https://github.com/aspose-barcode/Aspose.BarCode-for-Java
// The path to the resource directory.
String dataDir = Utils.getDataDir(ApplyALicense.class) + "License/";
String licFilePath = dataDir + "Aspose.BarCode.lic";
// Apply a license to avoid the evaluation watermark in the barcode image.
License licBarcode = new License();
licBarcode.setLicense(licFilePath);
// For complete examples and data files, please go to https://github.com/aspose-email/Aspose.Email-for-Java
java.util.Calendar c = java.util.Calendar.getInstance();
c.set(2011, 11, 10, 10, 12, 11);
Date startDate = c.getTime();
c.set(2012, 10, 13, 13, 11, 12);
Date endDate = c.getTime();
String description = "Eum an graeco equidem intellegam. Harum omnium forensibus his ne.";
MailAddress organizer = new MailAddress("aaa@amail.com", "Organizer");