1
vote
1answer
27 views
C# Solution for removing text from a PDF File
Is there a way of removing the text from a pdf file using c#?
1
vote
3answers
38 views
How do I modify PDF without a library using C# and stream it back to client in ASP.NET?
I'm having an issue where I'm corrupted a PDF and not sure of a proper solution. I've seen several posts on people trying to just do a basic stream or trying to modify the file wi …
3
votes
1answer
49 views
Java PDF Library that works on GAE?
Since GAE has severe restrictions like - "A Java application cannot use any classes used to write to the filesystem"...
Is there a good Java PDF library that can write the PDF to …
2
votes
2answers
37 views
unit testing file parsing routines?
Hello,
I am struggling a bit with how I can unit test parsing a file... Let's say I have a file with 25 columns that could be anywhere from 20-1000 records long... How do I write …
1
vote
3answers
34 views
Problem with rendered latex file’s pictures comes out after section that preceeds it in the latex file.
So I have a Latex file with some plots. However there's a problem with the figure floats in the image. I have a picture right before a page break, and latex pushes the to big plot …
1
vote
1answer
28 views
Bash-script printing a pdf to a pdf in Linux
The question probably sounds a little odd, but the actual task is relatively simple, I swear!
I'm automatically generating some PDFs from a webform, using PDFCreator to merge a ge …
1
vote
1answer
30 views
Printing from an ASP.Net application server
Greetings,
we are a the moment developing a website for intranet use. The user should be able to select a pdf which already exists from a list and then hit the print button. When h …
1
vote
2answers
61 views
Generate PDF files from asp.net mvc
I'd like to print receipts from my asp.net mvc app. For now I think my best option is to create PDF files, which are easier to handle when they are going to print them, because of …
0
votes
2answers
16 views
java PdfTextExtractor.getTextFromPage(Unknown Source)
Hello i have trouble with parsing a pdf when the iterator reaches page 11 an exception is throw.
Any ideas? Thanks
Here's my code:
import java.io.*;
import java.nio.charset.Cha …
0
votes
4answers
60 views
ByteArray In C# Is Unable To Show All Contents In TextBox
I'm parsing a pdf file...I converted data into byte array but it doesnt show full file..
i dnt want to use any lib or softy..
FileStream fs = new FileStream(fname, FileMod …
1
vote
1answer
34 views
Android : How to Load PDF ?
Is there any way to load PDF file from Asset/URL in Browser or WebView or any other way?
3
votes
2answers
116 views
Does a library exist to remove passwords from PDFs programmatically?
Does a library exist that will remove "owner" passwords from PDF documents so that the text can then be programmatically extracted from them? Something like PDF Technologies' Passw …
0
votes
4answers
76 views
Any way to create a PDF so the text can’t be copied/extracted back out?
I'm trying to help create a neighborhood directory and I want to prevent someone from harvesting contact info (especially email addresses) from that.
Is there any easy way to prev …
0
votes
4answers
41 views
Showing PDF in VC# 2k8
Hello,
I'm looking for a solution to display a PDF in C#. I found the AxAcroPDFLib Control, that works very fine and is sufficient.
But other people can't start my program, becau …
1
vote
1answer
38 views
Print PDF from javascript
Hello experts,
I am using the below mentioned code in my VB.net application to print two copies of pdf document.
js.Append("var pp = this.getPrintParams();")
js.Append("var i …
