I am trying to use iText in C#. I have everything working perfectly in my code, until I try to add the license key. Everywhere I have looked say to download: itext.licensekey.dll and itext.licensekey.xml. I have done that and added both to my project. I have looked through the xml's 450 lines of code and cannot find where I am supposed to put my key. I got the key from another program that we are using in another part of the company(not C#). Does anyone know what line in the xml file I am supposed to add my key?
The entire xml file is the license key. You load it like this:
LicenseKey.LoadLicenseFile("path/to/itextkey.xml");
as can be read in the license key FAQ: http://developers.itextpdf.com/content/license-key-frequently-asked-questions/how-do-i-load-license-key
Additionally, you have a license key, which means you are a customer with a support contract. You don't need to use Stack Overflow, you can contact iText Software directly. This is particularly relevant for questions regarding license keys, because they are individual to you and questions regarding them are unlikely to benefit other Stack Overflow users.
Additionally, having an official license key for one application doesn't necessarily mean you are allowed to use that same license key for another application (depending on your contract with iText Software). Contact sales for more information.
Additionally, there is no such thing as iTextSharp 7. See this answer for details: iTextSharp - where are PdfDocument, PdfCanvas, ...?
Related
Until now, I was using Set-MailboxMessageConfiguration in PowerShell to change OWA's signatures and it worked perfectly. No permission problems, no configuration problems, nothing.
Today, I was trying to update my signature with PowerShell but nothing happened, the signature in the browser is not changed at all.
But if I use Get-MailboxMessageConfiguration, the new signature is there:
I can see that now, it's possible to manage multiples signatures in OWA. But I can't find find any information about that. So, how I can modify the already existing signature? Or, how I can create a new signature?
----- Update 01/11/2021
It's a new feature that is not available for everyone yet. My company's O365 account has it, but my student (also 0365) and classic Outlook account doesn't.
So a third option is: How I can turn off this feature?
----- Update 01/11/2021
Still no defenitive solution.
There're some workarounds that may work. Here's the github issue (opened by #Lee) and the Microsoft's Tech Community discussion:
https://github.com/MicrosoftDocs/office-docs-powershell/issues/8537
https://techcommunity.microsoft.com/t5/windows-powershell/cant-no-longer-change-owa-s-signature/m-p/2907053
Answering the question relating to your third option "How can I turn off this feature," I opened a support ticket with Microsft for my tenant and they rolled this back for us for now. It took a few weeks to finally get sorted but we can now successfully use this command to set outlook web signatures. Our users no longer see the option to add multiple signatures on the web version.
In the final response, they mentioned that there may be a graph solution in the works for editing the multiple roaming signatures but couldn't offer an ETA.
How to insert license key in ag-grid? Reading https://www.ag-grid.com/license-pricing.php it details pricing. Where is license key to be placed, is as part of request ? Or license just to ask support type questions and I can use the library itself without ?
Some features of the grid are enterprise only. In the features menu on the documentation, the only things that are enterprise only are marked with a circled e. Here you can find information about setting the license for your particular framework.
Using the Structured Data Tool in Google Webmaster Tools I have an error where Google says we are missing the required author, updated fields etc. for an entry that we do not want to have these fields.
Is there a way to tell Google that this is not an Item/Article?
No, there is no way. Google recognizes that you are using it, and either reports that you are not using the Microformat correctly (in which case it’d be a "Microformat error", if there would be such a thing), or that it doesn’t suffice Google’s guidelines for displaying a Rich Snippet (in which case it would be no error, just a notice).
The Microformat hEntry requires entry-title, updated, and author. The Microformat h-entry has no required properties.
Can someone supply an example or a link to an example that signs an existing pdf using itextsharp 5.4.4? Ideally keeping pdf/a conformity of the pdf? Thank you.
Edit: I understand the question looks as if I did not use google etc. BUT, new versions of itextsharp contain completely rewritten code for signing as well as other functions, making the existing examples non-functional. Also, itextsharp started using different names for methods eg. instead of createSignature one has CreateSignature, instead of getSignatureAppearance one seems to have SignatureAppearance etc. making the port from java examples a real nightmare. Also the samples in the source code itself are in java not c#. There is really nowhere else I can go.
Please read http://itextpdf.com/book/digitalsignatures
The examples are in Java, but they were also ported to C#. You can find the C# examples here. I didn't vote your question down, but... the first place to go when you have a question about iText should probably be http://itextpdf.com
The book I refer to (I'm the author) as well as the new examples are on the learn page.
I have several copies of the same PDF file. These copies have annotations in it (Rect type with pop-up comments).
I want to know if I can get all these annotations from these copies and aggregate them into a single master copy using CAM::PDF (or another free tool).
an example to illustrate:
I have file1_userA.pdf and file1_userB.pdf. They are both annotated.
I want to generate file1_allusers.pdf aggregating annotations from both files file1_userA.pdf and file1_userB.pdf.
ps: I have the original un-annotated copy.
-- EDIT (Aug, 4):
I have developed an extension for CAM::PDF, namely CAM::PDF::Annot. It 'use base's CAM::PDF and adds extra functionality regarding Drawing Markup Annotations.
I am in the process of tidying up the code so I can post it to CPAN.
-- EDIT (Aug, 19)
I have finally submitted it to PAUSE, but I am running into some world writable related problems...
In any case, if anyone is interested in taking a look at the code, I will try and make it available somewhere... until then, just PM me and I will mail it to you.
geez, i'm getting such a thrill posting a module to cpan... i found the joy of working in working with Perl...
best regards,
Donato Azevedo
I'm the author of CAM::PDF. I have built only very limited support for annotations to date, specifically just for form field filling. So, no, that's not a supported feature today. The feature you describe is very interesting, though, and I can imagine that others would use it too, so I'd be interested in discussing it further with you offline.