Javascript or HTML5 PDF Editor? [closed] - javascript

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am looking for a component that will allow the user to edit PDF files within an ASP.NET web page.
It is mainly going to be used as a template editor to add blocks/form fields mainly to an existing PDF. It should have rulers etc.. within it.
I have been searching for such a component for a while now and have drawn a blank.
A finished component would be ideal or at least some pointers on how to go about it.
Regards

I am reasonably certain that there is no product that does this off-the-shelf.
Without writing the solution yourself, you will likely not find any web-editors that allow uploading and then editing a PDF on your server. Decent desktop PDF editors are generally expensive, and I imagine the security woes surrounding PDFs would make this a complex solution
As for approaches, there are ASP.NET products that will generate a pdf from text or a document. Depending on your needs this might be acceptable. You could possibly look into the PDF specification and pull the text into an editor and then regenerate the file.
I am not familiar with the Google Docs API, but if anyone had a capability along these lines they might be a good place to start.

Related

Symfony 2 minify dynamic javascript [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have to build a webservice in order to send a webpage to some others websites.
Theses websites will integrate this webpage inside another one.
I have to send the assets separetely from the webpage.
For performances issues, I musn't use AJAX requests.
One of my javascript files, need businness data in order to display and validate form fields according to complex business rules (Administration).
So far I'm using a "js.twig" template, so I can easily add my data to my script.
However, I'm asked to minify this file (performance and intellectual property).
How can I minify my file "on the fly" ?
Update :
I'm not asking for a tool. I already have one. I need leads about calling a "minifyier on the fly". Filo gave a pretty good on the subject.
probably this answer can help you:
https://stackoverflow.com/a/15947488/3625883
If you want a library in pure php to perform the compression, you can use https://code.google.com/p/minify/
For installation:
add in composer.json
"mrclay/minify": "2.2.0"
Then you can use Assetic filter: jsminplus (https://github.com/jbroadway/assetic/blob/master/lib/JSMinPlus.php )

Save an HTML resume as a PDF [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Improve this question
I have a resume that I've made in HTML, but I need to make it into a PDF. I could print it and then scan it, but I don't have that option at the moment.
The website is made using HTML, CSS3, and very little javascript.
I've tried using HTML to PDF converters, but my fonts don't show up and some other things don't work out.
So simply put, is there a way I can save it while keeping all the styles?
If you use Firefox's Print to File option and change the printer settings like below (especially the "Header and Footer" setting, you can come up with a pretty decent result.
The result:
If you install some PDF software like Foxit PDF creator, you can print your webpage as a PDF

jQuery step by step semi-automated guide in a web application [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
We need to create a feature to help new users understand the product that they are testing during trial period.
We think in creating a jQuery script of semiautomated actions (AKA clics) and popup displaying information. We use a script to enter text in inputs called Ghostwriter but we need some more features.
Imagine something like when Facebooks delivers a new feature, that makes a step by step introduction in order to show how this works, the ones that you tipically clic the "OK, I get it!" button to skip it.
For some forms we did some scripts displaying tooltips next to fields explaining the usage. But doing this Web Site wide, will create lots of code.
What we need is something more declarative, where you could setup some steps, creating a script in Javascript, that should not polute the existing HTML.
How should I do this? Any experiences in this kind of issues?
This is super awesome and easy to use:
hopscotch
I like http://bootstraptour.com/
I'm sure it hits on a lot of features you need.
A quick Google search reveals this commercial option: http://www.walkme.com/landing-pages/create-the-ultimate-demo-with-walkme

Plugin that detects images in a webpage like Imgur [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am trying to make a cross-browser plugin that detects images from a webpage like imgur and pinterest. I have been looking at crossrider...is that a good option? the API is tricky to understand. If anyone has experience with something like this or can give me a good starting point, i would really appreciate it.
In general, the Crossrider framework supports cross browser extension development and provides APIs and plugins to make it easier, but at the end of the day it's up to you to evaluate the framework and see whether it meets your needs. The tutorial you quoted relates to creating a bookmarklet extension and does not pertain to images.
For your specific requirement, there is an images plugin (see the Plugins page) that facilitates working with images on a page.
As #Lix correctly mentions, this is not the place to ask such general questions and hence I recommend that you start by reading the Crossrider docs and searching the forum. If you have any further general questions, email them to support#crossrider.com.
Of course, if you have any specific code related questions, Stack Overflow is another great place to get answers ;-)
[Disclosure: I am a Crossrider employee]

HTML 5 report designer [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Is it possible to create a HTML5 report designer which allow users to generate report templates from JSON data? We are using Xtra reports as of now but we are thinking of pushing the report generation logic to the client side for better performance.
There are many JavaScript libraries to convert html to PDF but is there a way to design HTML5 templating from the JSON structure?Since the design of report is customer specific we need the end users to edit the templates.So is it possible to make something like End user report designer in HTML5 and saving the templates?We want the user to edit the templates from websites rather than a windows form based application
Any examples or help would be really appreciated.
Stimulsoft has a HTML5 report designer .I am not sure about the JSON support though. There is also Adobe Flex Designer, which allows you to design reports at the client side.

Categories

Resources