由买买提看人间百态

topics

全部话题 - 话题: pdf
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
e*****r
发帖数: 379
1
来自主题: Programming版 - fetching PDF articles on journals websites
Hi, guys,
How to fetch PDF files from a journal website automatically?
Most journals today tell you the link of PDF to the paper, and when you
click the link in web explorer, and then right click again for saving to
PDFs.
This is very time consuming! I wonder there must be a way to do it
automatically.
I have experience on vb et al, but not on Web programming
Thanks!
S**P
发帖数: 835
2
【 以下文字转载自 Software 讨论区 】
发信人: SDTP (Hobby), 信区: Software
标 题: 怎样将non-fillable PDF的文件变成 fillable 的PDF文件?
发信站: BBS 未名空间站 (Fri Apr 1 21:11:35 2011, 美东)
想将它变成fill-in form,这样填写时就可以用键盘敲字输入
F****3
发帖数: 1504
3
谢谢啊!我用了下面这个
for file in *.pdf; do pdftotext -layout "$file" "$file.txt"; done
可以把所有的PDF转换成text文件,但是表格是"看上去"对齐了,但是好像中间空格数
目不一致,所以很难把text转换成table。
另外PDF里面有很多解释的文档,要把文档和table分开目前还不知道怎么实现。
文科的水平很菜,千万别笑啊。
N*****m
发帖数: 42603
4
来自主题: Programming版 - python download pdf
#用requests
import requests
r = requests.get('http://www.ncbi.nlm.nih.gov/pmc/articles/PMC187478/pdf/03X.pdf', headers={'User-Agent':'Mozilla/5.0'})
with open('03X.pdf', 'wb'):
f.write(r.content)
e**********y
发帖数: 128
5
来自主题: Programming版 - python download pdf
There must be a way in python can do this. I cannot tell you exactly how off
the top of my head.
But you can also download a pdf given a url using simple bash builtin tools
like curl (Mac OS X) or wget (on other Unix flavor OS)
curl -O http://www.ncbi.nlm.nih.gov/pmc/articles/PMC187478/pdf/03X.pdf
t******n
发帖数: 238
6
来自主题: Security版 - 求PDF解密 (转载)
【 以下文字转载自 Software 讨论区 】
发信人: thisnoon (noon), 信区: Software
标 题: 求PDF解密
发信站: BBS 未名空间站 (Fri Aug 5 13:51:24 2011, 美东)
哪位高手帮帮忙,我已经用了PDF Password Remover,PDF Unlocker都没成功
y*****a
发帖数: 1
7
I found the solution finally, using Netscape instead of IE.
First, I set the Font option to use MS Song or MS Hei in
Netscape's preference. These two fonts actually
comes with IE's Chinese language surpport, but seems works
better in Netscape. Then I use Acrobat Distiller
to print a PDF file. The output is really nice, with
reasonable file size.
I also tried CStar and NJstar, with PDF writer. It works but
the quality is poor. CStar can produce
high-resolution PDF but the file size will be huge.
r**e
发帖数: 5
8
From http://www.ozemail.com.au/~geoffk/pdfencrypt/
Encrypted PDFs
When you give a PDF document an owner password, Adobe Acrobat encrypts
it so that you can't just remove the password from the file. This web
page provides the modifications necessary to view encrypted PDFs with
GhostScript.
It used to be that source code like this was not permitted to be
exported from the US. Happily, the regulations have now changed, and the
code is unrestricted in most countries.
GhostScript versions 4.02 and la
n*m
发帖数: 1
9
Advanced PDF Password Recovery Pro (APDFPRP) is a program to decrypt protected Adobe Acrobat PDF files, which have user (open) and/or owner (security, master) passwords set, and to recover these passwords. Owner-level protection allows to prevent PDF
file from editing (changing), printing, selecting text and graphics (and copying them into the Clipboard), or adding/changing annotations and form fields (in any combination); user-level one locks the file so the password is required to open/view th
j*****h
发帖数: 2577
10
1 acrobat pro里面可以使当前pdf变小
2 acrobat pro里面可以分页保存当前pdf为多个pdf
3 winrar 压缩为多个压缩包
。。。。。。
。。。。。。
。。。。。。
t****a
发帖数: 144
11
【 以下文字转载自 Internet 讨论区 】
发信人: tedsea (上善若水), 信区: Internet
标 题: 看到的总是更新前的pdf怎么处理?
发信站: BBS 未名空间站 (Fri Jul 4 00:41:52 2008), 转信
用FF和IE都遇到过,一个pdf更新后,在原链接上怎么点都只能看到过去打开过的旧PDF
,因为旧的已经被浏览器下载了
清楚历史记录可以解决这个问题,问题是,有更简单的办法吗?
谢谢!
i**p
发帖数: 902
12
来自主题: Software版 - Convert CHM to PDF
Is there any free software which converts CHM (Microsoft help file) to PDF?
Requirements:
1. Free
2. Keep all the links and bookmarks to the converted PDF file
3. The PDF file is not generated by "print"
i***h
发帖数: 12655
13
来自主题: Software版 - PDF文件还能压缩吗? (转载)
【 以下文字转载自 Windows 讨论区 】
发信人: ilvch (From here to eternity), 信区: Windows
标 题: PDF文件还能压缩吗?
发信站: BBS 未名空间站 (Fri Mar 20 12:37:52 2009)
下了一本书有50M,
类似的另一本才几个M.
不知道有没有办法把大的PDF压缩成小的PDF,
可以牺牲一些质量
l*******g
发帖数: 271
14
【 以下文字转载自 Seattle 讨论区 】
发信人: leaflying (重要training中~~), 信区: Seattle
标 题: 什么pdf creator比较好用呢?
发信站: BBS 未名空间站 (Tue Apr 7 00:55:44 2009)
现在急需一次性将word以及tif文件combine排版编页,找了几个网上的pdf creator的
免费试用版,结果多半是编在一起了但是都带有去不掉的stamp (软件的名字什么的)
,讨厌死了。谁知道哪里可以找到可以编排,重要的是可以combine一个文件成一个pdf
的没有stamp的免费软件呢。谢谢!
s*******a
发帖数: 825
15
如题,
这个PDF文件是某一个用户的,用户信息存在一个database里,如何为这个用户保存或打
开这个PDF文件,是在windows application里.
首先, 用一个Browse Button去打开这个文件,然后 upload, 请问对这个upload如何处
理?
然后, 在打开用户的信息里,有一个 LinkLabel, Click, 能打开这个PDF文件,
a*****k
发帖数: 356
16
Simple PDF merg
http://www.softpedia.com/get/Office-tools/PDF/Simple-PDF-Merger.shtml
这个还可以用,当然也许有更好的
a*****k
发帖数: 356
17
Simple PDF merg
http://www.softpedia.com/get/Office-tools/PDF/Simple-PDF-Merger.shtml
这个还可以用,当然也许有更好的
l*****y
发帖数: 58
18
来自主题: Software版 - 介绍个不错的pdf 文献管理软件
叫做 mendeley , 可以自动从pdf里提取文献信息, 有错误的可以手工改正或通过
title, doi 搜索。
可以将pdf自动改成有意义的文件,目录名后统一管理。
可以在pdf上mark, 作笔记。
可以和朋友,项目组共享文献信息。
可以和dropbox等网络硬盘联合使用达到,人处天涯,文献手边。
可以导出bibtex, 可以导入enotes , zoteros ...
支持linux, window , mac.
目前免费, 有论坛可以提意见。
google 可找到下载.
r****y
发帖数: 26819
19
来自主题: Software版 - 怎么在PDF上面做批注 (转载)
不是这个意思。
从7开始,有个功能,enable comment,能修改一个pdf,使得adobe PDF reader能对该
PDF加comment和保存。
a**e
发帖数: 5794
20
PDF form的每个field都要有自己的key,如果两个key相同,填表时
就会同步。估计是作者制作该文件时疏忽了。
我前几天做一个PDF form时,开始忘记给每个field设置key了。出来
的文件用PDF-XChange Viewer打开填表是正常的,这应该是该阅读软
件的bug。用Adobe Reader填表就全同步了。
p*********w
发帖数: 23432
21
来自主题: Software版 - 有没有免费的djuv->PDF的软件?
找个 PDF 打印机,比如pdf creator ,什么文件都可以转换成 PDF 了
b*****s
发帖数: 1124
22
【 以下文字转载自 SanFrancisco 讨论区 】
发信人: bigcats (大猫), 信区: SanFrancisco
标 题: anyone can recommend a free PDF printer driver?
发信站: BBS 未名空间站 (Fri Dec 2 21:21:58 2011, 美东)
when printing, I want to an option to print as PDF file instead of actually
printing on a printer.
I have Acrobat 8, supposely it come with a free PDF printer, but doesn't
work on my Win7 x64 machine.
Thanks.
s*****l
发帖数: 2041
23
来自主题: Software版 - PDF printer
【 以下文字转载自 Hardware 讨论区 】
发信人: sonhill (瘦石), 信区: Hardware
标 题: PDF printer
发信站: BBS 未名空间站 (Wed Aug 29 17:46:08 2012, 美东)
除了安装adobe,有没有什么小巧(不要太多的东东)的软件,只安装pdf打印机
这样就可以把网页、文档等等转成pdf
谁给推荐一款这样的软件?
万分感激!
s*****l
发帖数: 2041
24
来自主题: Software版 - PDF printer
【 以下文字转载自 Hardware 讨论区 】
发信人: sonhill (瘦石), 信区: Hardware
标 题: PDF printer
发信站: BBS 未名空间站 (Wed Aug 29 17:46:08 2012, 美东)
除了安装adobe,有没有什么小巧(不要太多的东东)的软件,只安装pdf打印机
这样就可以把网页、文档等等转成pdf
谁给推荐一款这样的软件?
万分感激!
p*****u
发帖数: 214
25
download office to pdf on microsoft site, install, add a pdf printer if need
, then printing the document to pdf
j******d
发帖数: 70
26
来自主题: TeX版 - 怎么生成 landscape 的 pdf?
我在做 slides,里面有eps 插图,直接用 texpdf 尽管是 landscape 的,但无法显示插图.
于是想用texify然后dvi->pdf,但是转换后的 pdf 是 portrait 的,所有 sildes 右边都
被切掉了.
请教怎样生成包含 eps 插图的 landscape 的 pdf?
谢谢.
e*******e
发帖数: 248
27
从acrobat reader 7.0开始,可以直接给pdf文件加comments了。但是我用latex生成的
pdf文件都没有这个feature。不知道如何给pdf文件加上这个feature。有没有什么
package可以实现这个功能?
u*********g
发帖数: 51
28
来自主题: TeX版 - dvi转pdf,为什么不见图片
因为中间生成dvi察看比pdf要快,所以一直先生成dvi,最后再转成pdf。
发现最后pdf里的图都是空白的,但是在dvi的时候是好的。图用的是eps格式。
请问是哪里出了问题?是gsview吗?怎么解决?谢谢!
u*********g
发帖数: 51
29
来自主题: TeX版 - dvi转pdf,为什么不见图片
The file I found is "dvipdfmx.cfg", which is the only config file in that
directory. I'm not sure if it is the right one. Thanks.
%%
%% PDF Version Setting
%%
%% PDF (minor) version stamp to use in output file.
%% This also implies maximal version of PDF file allowed to be included.
%% Dvipdfmx does not support 1.0, 1.1, 1.2 since TrueType font embedded
%% as CIDFontType2 requires at least version 1.3. Transparent imaging
%% model requires version 1.4. So if you want soft-masking support for
%%
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)